Skip to content

Instantly share code, notes, and snippets.

@TristanToye
Created May 24, 2017 13:05
Show Gist options
  • Select an option

  • Save TristanToye/013dff411821fa19d168af6bf531baf1 to your computer and use it in GitHub Desktop.

Select an option

Save TristanToye/013dff411821fa19d168af6bf531baf1 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.colorTheme": "Oceanic Next Dark Operator",
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"**/dist": true,
"**/dist-deploy": true,
"**/spec": true,
"**/coverage": true,
"**/github-wiki": true,
"**/log": true
},
"files.insertFinalNewline": true,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment