small prettierrc fix

This commit is contained in:
Klemek
2025-03-13 17:13:11 +01:00
parent 02302bcf5d
commit bc203c719e
+2 -1
View File
@@ -1,4 +1,5 @@
{ {
"tabWidth": 2, "tabWidth": 2,
"useTabs": false "useTabs": false,
"htmlWhitespaceSensitivity": "ignore"
} }