Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created November 8, 2017 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmestad/62a2bf6baec92b94faa769b71f148bc4 to your computer and use it in GitHub Desktop.
Save jsmestad/62a2bf6baec92b94faa769b71f148bc4 to your computer and use it in GitHub Desktop.
VSCode settings
{
"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