fix: 修改了prettierrc
This commit is contained in:
parent
b2b9a130b6
commit
b601b11900
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 4
|
"tabWidth": 4,
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue