chore: 添加 Prettier 配置文件以统一代码格式

This commit is contained in:
keven
2025-06-14 21:02:26 +08:00
parent 28154d09ad
commit 58403a291a

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 150,
"jsxBracketSameLine": false,
"bracketSameLine": false
}