Created
November 28, 2017 03:16
-
-
Save toddmantell/bb85e28e04f672a41a260e209c087e09 to your computer and use it in GitHub Desktop.
vscode Settings
This file contains hidden or 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
| { | |
| "editor.wrappingColumn": 0, | |
| "typescript.check.tscVersion": false, | |
| "workbench.colorTheme": "Operator Mono Dark Theme", | |
| "editor.tabSize": 2, | |
| "workbench.iconTheme": "vscode-icons", | |
| "[javascript]": { "editor.tabSize": 2, "editor.insertSpaces": false, "editor.detectIndentation": false } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment