mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-21 18:02:33 +01:00
change eol to auto in prettier config
This commit is contained in:
parent
43b342a152
commit
7e4da0de6f
@ -7,5 +7,6 @@
|
|||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"useTabs": true,
|
"useTabs": true,
|
||||||
"singleQuote": false
|
"singleQuote": false,
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user