mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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",
|
"quoteProps": "consistent",
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"printWidth": 100
|
"printWidth": 100,
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue