From 21e0c438dfebc319631e6f0b8d0d75802c2fadab Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 18 May 2020 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {