更新 'settings.json'
This commit is contained in:
parent
fbf1f64e85
commit
21e0c438df
|
@ -100,11 +100,11 @@
|
||||||
},
|
},
|
||||||
"json.maxItemsComputed": 50000,
|
"json.maxItemsComputed": 50000,
|
||||||
|
|
||||||
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, //让函数(名)和后面的括号之间加个空格
|
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
|
||||||
"vetur.format.defaultFormatter.html": "js-beautify-html", //格式化.vue中html
|
"vetur.format.defaultFormatter.html": "js-beautify-html",
|
||||||
"vetur.format.defaultFormatterOptions": {
|
"vetur.format.defaultFormatterOptions": {
|
||||||
"js-beautify-html": {
|
"js-beautify-html": {
|
||||||
"wrap_attributes": "force-aligned" //属性强制折行对齐
|
"wrap_attributes": "force-aligned"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
|
|
Loading…
Reference in New Issue