chore: 增加代码格式规整规则。

This commit is contained in:
徐涛
2026-05-11 21:54:14 +08:00
parent 93de86e02d
commit 2f58c803bf
4 changed files with 963 additions and 77 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"bracketSpacing": true,
"bracketSameLine": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100
}