初始化

This commit is contained in:
2025-08-21 10:43:04 +08:00
commit 29a79b1c6b
68 changed files with 13314 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"printWidth": 200,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"useTabs": false,
"tabWidth": 2,
"semi": true
}