格式化

This commit is contained in:
unanmed 2023-08-01 16:30:23 +08:00
parent 6b412c1691
commit 2c7fdd2d21
2 changed files with 40 additions and 28 deletions

12
.prettierrc Normal file
View File

@ -0,0 +1,12 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"arrowParens": "avoid",
"trailingComma": "none"
}