Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:46:18 +08:00
commit d17645f670
10 changed files with 744 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always",
"endOfLine": "lf",
"bracketSpacing": true,
"jsxSingleQuote": false,
"proseWrap": "preserve"
}