Created
July 27, 2017 05:50
-
-
Save fpigeonjr/e585e199bedb2cb32fff8bddf42c6f2a to your computer and use it in GitHub Desktop.
VS Code config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontFamily": "Operator Mono, Fira Code", | |
"editor.fontSize": 18, | |
"editor.lineHeight": 29, | |
"editor.tabSize": 2, | |
"editor.fontLigatures": true, | |
"files.trimTrailingWhitespace": true, | |
"files.autoSave": "onFocusChange", | |
"editor.renderIndentGuides": false, | |
"workbench.activityBar.visible": false, | |
"workbench.statusBar.visible": false, | |
"vsicons.projectDetection.disableDetect": true, | |
"workbench.colorTheme": "Github", | |
"workbench.iconTheme": "material-icon-theme", | |
"files.associations": { | |
"*.vue": "html" | |
}, | |
"editor.tabCompletion": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment