first commit

This commit is contained in:
2025-04-24 11:10:30 +08:00
commit 8444433e5b
134 changed files with 13484 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"endOfLine": "crlf"
}