Created
October 26, 2017 02:32
-
-
Save emartini/9526da840f29d424474065b71913c9f1 to your computer and use it in GitHub Desktop.
VS Code 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.startupEditor": "newUntitledFile", | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "One Dark Pro", | |
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace", | |
"editor.tabSize": 2, | |
"editor.fontSize": 14, | |
"editor.rulers": [80, 100], | |
"editor.minimap.enabled": false, | |
"window.zoomLevel": 1, | |
"editor.formatOnPaste": true, | |
"eslint.autoFixOnSave": true, | |
"vsicons.dontShowNewVersionMessage": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment