🔧 Update Prettier config

This commit is contained in:
James Panther
2021-08-17 11:03:47 +10:00
parent c51f34ca35
commit b7c2dcd6b2
+4
View File
@@ -1,5 +1,9 @@
{
"htmlWhitespaceSensitivity": "css",
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [
{
"files": ["*.html"],