Created
November 8, 2017 18:43
-
-
Save jsmestad/62a2bf6baec92b94faa769b71f148bc4 to your computer and use it in GitHub Desktop.
VSCode settings
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
{ | |
"workbench.colorTheme": "Spacemacs - light", | |
"vim.disableAnnoyingNeovimMessage": true, | |
"editor.fontFamily": "Hack, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"editor.tabSize": 2, | |
"[json]": { | |
}, | |
"[javascript]": { | |
}, | |
"editor.detectIndentation": true, | |
"editor.renderWhitespace": "boundary", | |
"editor.autoIndent": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment