From 6c2eb6698270b67e10929f8983c6bde9059eba74 Mon Sep 17 00:00:00 2001 From: hanyd Date: Sun, 10 Nov 2024 23:21:43 +0800 Subject: [PATCH] update prettier config --- .prettierrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.prettierrc b/.prettierrc index f697fd87..77a0105e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -11,6 +11,13 @@ "options": { "useTabs": true } + }, + { + "files": "*.html", + "options": { + "tabWidth": 2, + "useTabs": true + } } ] } \ No newline at end of file