Created
May 9, 2019 10:07
-
-
Save rasgo-cc/b833041547873a27db953db93c4397af 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
{ | |
"window.zoomLevel": 0, | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.renderWhitespace": "boundary", | |
"workbench.panel.defaultLocation": "bottom", | |
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
// "editor.formatOnSave": true, | |
"eslint.autoFixOnSave": true, | |
"eslint.validate": [{ | |
"language": "vue", | |
"autoFix": true | |
}, | |
{ | |
"language": "html", | |
"autoFix": true | |
}, | |
{ | |
"language": "javascript", | |
"autoFix": true | |
} | |
], | |
"javascript.implicitProjectConfig.experimentalDecorators": true, | |
"ruby.format": "rubocop", | |
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)", | |
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons", | |
"tslint.typeCheck": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment