set endOfLine to lf

This commit is contained in:
Hichem Fantar 2022-07-26 15:29:20 +01:00
parent e2b704a701
commit 51a876cf2b
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"quoteProps": "as-needed"
"quoteProps": "as-needed",
"endOfLine": "lf"
}