Created
January 8, 2019 08:50
-
-
Save Chmarusso/baefe8134b5b148816e704221912c692 to your computer and use it in GitHub Desktop.
My 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
{ | |
"window.zoomLevel": 3, | |
"editor.renderWhitespace": "boundary", | |
"editor.tabSize": 2, | |
"workbench.iconTheme": "eq-material-theme-icons-palenight", | |
"editor.rulers": [80], | |
"editor.scrollBeyondLastLine": false, | |
"editor.wrappingIndent": "none", | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"editor.renderIndentGuides": true, | |
"workbench.editor.enablePreview": false, | |
"editor.minimap.enabled": false, | |
"extensions.ignoreRecommendations": false, | |
"javascript.validate.enable": false, | |
"standard.usePackageJson": true, | |
"workbench.colorTheme": "Material Theme Palenight High Contrast", | |
"materialTheme.fixIconsRunning": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment