Skip to content

Instantly share code, notes, and snippets.

@Griffingj
Last active December 25, 2016 22:43
Show Gist options
  • Save Griffingj/f89960e0e6341ed0ceabf38f7fbad5fd to your computer and use it in GitHub Desktop.
Save Griffingj/f89960e0e6341ed0ceabf38f7fbad5fd to your computer and use it in GitHub Desktop.
VsCode Overrides
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": "boundary",
"editor.fontSize": 14,
"editor.tabSize": 2,
"window.zoomLevel": 2,
"search.exclude": {
"**/.git": true,
"dist/**": true,
".build/**": true,
"**/coverage": true,
"node_modules": true
},
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"dist/**": true,
".build/**": true,
"**/.DS_Store": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment