chore: 添加 Prettier 配置文件(任务 1.1/20)

This commit is contained in:
张翔
2026-04-12 14:37:43 +08:00
parent 3f1b8277dd
commit ff6eb643aa
+10
View File
@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}