change eol to auto in prettier config

This commit is contained in:
dank074
2024-11-19 21:25:01 -06:00
parent 43b342a152
commit 7e4da0de6f
+2 -1
View File
@@ -7,5 +7,6 @@
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
"singleQuote": false,
"endOfLine": "auto"
}