Last active
September 22, 2017 18:26
-
-
Save bntzio/5948dfeaa0dfb12d159af8b76406a8ce 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
| { | |
| "workbench.colorTheme": "Nord", | |
| "editor.fontFamily": "Source Code Pro, Menlo, Monaco", | |
| "editor.fontSize": 14, | |
| "editor.tabSize": 2, | |
| "editor.detectIndentation": false, | |
| "editor.roundedSelection": false, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "editor.selectionHighlight": false, | |
| "editor.parameterHints": false, | |
| "editor.formatOnSave": true, | |
| "eslint.autoFixOnSave": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment