mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
chore: add eol auto to prettier
This commit is contained in:
parent
ac10c94be2
commit
218b97f88e
1 changed files with 2 additions and 1 deletions
|
|
@ -6,5 +6,6 @@
|
|||
"quoteProps": "consistent",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"printWidth": 100
|
||||
"printWidth": 100,
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue