Update prettier to use automatic line endings
This commit is contained in:
parent
a9fdb376fe
commit
d5bc855114
2 changed files with 8 additions and 3 deletions
|
|
@ -3,5 +3,6 @@
|
|||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2
|
||||
"tabWidth": 2,
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue