Skip to content

Instantly share code, notes, and snippets.

@daankauwenberg
Last active June 5, 2019 07:53
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 daankauwenberg/fb770211b579a6c6bea9e3dfc6fb355f to your computer and use it in GitHub Desktop.
Save daankauwenberg/fb770211b579a6c6bea9e3dfc6fb355f to your computer and use it in GitHub Desktop.
Visual Studio Code config
{
"workbench.colorTheme": "Monokai",
"workbench.statusBar.visible": true,
"explorer.openEditors.visible": 0,
"breadcrumbs.enabled": false,
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"editor.cursorWidth": 3,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"nunjucks": "html"
},
"prettier.endOfLine": "lf",
"prettier.trailingComma":"es5",
"prettier.singleQuote": true,
"editor.formatOnSave": false,
"[javascript]": {
"editor.formatOnSave": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment