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