diff --git a/settings.json b/settings.json index fb12ac1..a4e7e5e 100644 --- a/settings.json +++ b/settings.json @@ -100,11 +100,11 @@ }, "json.maxItemsComputed": 50000, - "javascript.format.insertSpaceBeforeFunctionParenthesis": true, //让函数(名)和后面的括号之间加个空格 - "vetur.format.defaultFormatter.html": "js-beautify-html", //格式化.vue中html + "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": {