Skip to content

Instantly share code, notes, and snippets.

@SeedyROM
Last active November 27, 2018 09:37
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 SeedyROM/bc43a2fa7545dae5e6c2d39578e16ba8 to your computer and use it in GitHub Desktop.
Save SeedyROM/bc43a2fa7545dae5e6c2d39578e16ba8 to your computer and use it in GitHub Desktop.
My VSCode settings for Vue development!
{
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
}
],
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment