更新 'settings.json'

This commit is contained in:
colin 2020-05-08 00:01:11 +08:00
parent bf92e76ece
commit 740f14d0b8
1 changed files with 11 additions and 0 deletions

View File

@ -99,5 +99,16 @@
]
},
"json.maxItemsComputed": 50000,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, //()
"vetur.format.defaultFormatter.html": "js-beautify-html", //.vuehtml
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned" //
}
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}