style: 🎨 更改 prettierrc 配置
This commit is contained in:
parent
9e79f76cc0
commit
96d1273364
@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"printWidth": 120,
|
"printWidth": 100,
|
||||||
"trailingComma": "all",
|
"trailingComma": "es5",
|
||||||
"endOfLine": "auto"
|
"endOfLine": "auto",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"useTabs": false,
|
||||||
|
"quoteProps": "as-needed",
|
||||||
|
"arrowParens": "avoid",
|
||||||
|
"bracketSpacing": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user