Skip to content

Instantly share code, notes, and snippets.

@brandonaaskov
Last active October 2, 2017 21:41
Show Gist options
  • Save brandonaaskov/1c620fb02a48b4f9c76bd4232436305c to your computer and use it in GitHub Desktop.
Save brandonaaskov/1c620fb02a48b4f9c76bd4232436305c to your computer and use it in GitHub Desktop.
vscode.settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"editor.fontFamily": "Operator Mono, Inconsolata, Hack, Input Mono Narrow, Consolas, Input Mono, Menlo, Monaco",
"editor.fontSize": 12,
"editor.fontWeight": "300",
"editor.wordWrap": "on",
"terminal.external.osxExec": "Terminal.app",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/coverage": true,
"**/public": true,
"**/build": true,
"**/www": true,
"yarn.lock": true
},
"window.zoomLevel": 1,
"editor.renderWhitespace": "none",
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vs-seti"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment