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:
parent
43b342a152
commit
7e4da0de6f
@ -7,5 +7,6 @@
|
||||
"bracketSpacing": true,
|
||||
"quoteProps": "as-needed",
|
||||
"useTabs": true,
|
||||
"singleQuote": false
|
||||
"singleQuote": false,
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user