Skip to content

Instantly share code, notes, and snippets.

@mptrs
Last active January 5, 2020 16:56
Show Gist options
  • Save mptrs/cd3e72fcb979661eb80edb92135e43bc to your computer and use it in GitHub Desktop.
Save mptrs/cd3e72fcb979661eb80edb92135e43bc to your computer and use it in GitHub Desktop.
{
"[vue]": {},
"emmet.includeLanguages": {
"vue": "html",
"postcss": "css",
"razor": "html"
},
"emmet.syntaxProfiles": {
"postcss": "css"
},
"files.associations": {
"*.cshtml": "razor"
},
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"editor.wordWrap": "on",
"liveServer.settings.donotShowInfoMsg": true,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.iconTheme": "vscode-icons",
"C_Cpp.updateChannel": "Insiders",
"editor.tabSize": 2,
"eslint.validate": [
{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
}
],
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "44821e43a281b3ba1df978ef21299d1e",
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.formatOnSave": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sync.forceUpload": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment