Created
March 16, 2017 14:50
-
-
Save drewsberry/86dc117c8a1009f06599cd838ed98d9d to your computer and use it in GitHub Desktop.
My Visual Studio 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
{ | |
"files.associations": { | |
"*.cfg": "plaintext" | |
}, | |
"window.zoomLevel": 0, | |
"editor.renderWhitespace": "boundary", | |
"files.trimTrailingWhitespace": true, | |
"eslint.enable": true, | |
"eslint.run": "onType", | |
"files.insertFinalNewline": true, | |
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace", | |
"vim.hlsearch": true, | |
"workbench.colorTheme": "Monokai", | |
"workbench.iconTheme": "vs-seti", | |
"editor.minimap.enabled": true, | |
"files.eol": "\n", | |
"window.reopenFolders": "all" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment