From 16d06c30ea85e8d4c065a70aebdf006e08c7933e Mon Sep 17 00:00:00 2001 From: Boris K Date: Sat, 7 Nov 2020 19:58:03 +0100 Subject: [PATCH] Add vueIndentScriptAndStyle --- index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index a561663..26b8b1a 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,6 @@ { "singleQuote": true, "tabWidth": 4, - "printWidth": 120 + "printWidth": 120, + "vueIndentScriptAndStyle": true }