style: 🎨 更改 prettierrc 配置

This commit is contained in:
jqtmviyu 2025-04-21 13:21:58 +08:00
parent 9e79f76cc0
commit 96d1273364

View File

@ -1,7 +1,12 @@
{
"singleQuote": true,
"semi": false,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "auto"
"printWidth": 100,
"trailingComma": "es5",
"endOfLine": "auto",
"tabWidth": 2,
"useTabs": false,
"quoteProps": "as-needed",
"arrowParens": "avoid",
"bracketSpacing": true
}