chore: update prettier config

This commit is contained in:
Stevan Freeborn
2025-10-07 11:26:07 -05:00
parent 0bf8f06952
commit b9f8929635
+2 -1
View File
@@ -3,5 +3,6 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true
"bracketSpacing": true,
"endOfLine": "auto"
}