From 1e7855f3bb6080188d0428c7b82e68450d74c238 Mon Sep 17 00:00:00 2001 From: adminoo Date: Fri, 2 Dec 2022 15:54:39 +0100 Subject: [PATCH] prettier : indent SFC blocks --- .prettierrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 0967ef4..2589fad 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1 +1,3 @@ -{} +{ + "vueIndentScriptAndStyle": true +}