Skip to content

Instantly share code, notes, and snippets.

@rasgo-cc
Created May 9, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasgo-cc/b833041547873a27db953db93c4397af to your computer and use it in GitHub Desktop.
Save rasgo-cc/b833041547873a27db953db93c4397af to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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