{
"workbench.iconTheme": "vscode-icons",
"editor.detectIndentation": false,
"eslint.autoFixOnSave": true,
"editor.formatOnSave": false,
"vetur.validation.template": true,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
//
}
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
},
"html",
"vue"
],
"git.enableSmartCommit": true,
"git.confirmSync": false,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.tabSize": 2,
"open-in-browser.default": "chrome"
}