更新 'settings.json'

This commit is contained in:
colin 2020-05-18 15:39:06 +08:00
parent fbf1f64e85
commit 21e0c438df
1 changed files with 3 additions and 3 deletions

View File

@ -100,11 +100,11 @@
},
"json.maxItemsComputed": 50000,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, //()
"vetur.format.defaultFormatter.html": "js-beautify-html", //.vuehtml
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned" //
"wrap_attributes": "force-aligned"
}
},
"editor.codeActionsOnSave": {