🦄 Updates prettier config with spaces over tabs

This commit is contained in:
Rune Harlyk
2024-08-26 20:00:19 +02:00
committed by Rune Harlyk
parent 539600b0d3
commit 818ed06a9a
+2 -1
View File
@@ -1,6 +1,7 @@
{
"useTabs": true,
"useTabs": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"arrowParens": "avoid",
"experimentalTernaries": true,