Last active
October 2, 2017 21:41
-
-
Save brandonaaskov/1c620fb02a48b4f9c76bd4232436305c to your computer and use it in GitHub Desktop.
vscode.settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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