small prettierrc fix

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