fix: 修改了prettierrc

This commit is contained in:
York Lee 2023-09-25 16:31:58 +08:00
parent b2b9a130b6
commit b601b11900
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": true,
"tabWidth": 4 "tabWidth": 4,
"endOfLine": "auto"
} }