1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-21 09:52:38 +01:00

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

View File

@ -7,5 +7,6 @@
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
"singleQuote": false,
"endOfLine": "auto"
}