first commit

This commit is contained in:
那些花儿
2025-11-05 09:27:20 +08:00
commit 375eb81203
4587 changed files with 880312 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"printWidth": 250,
"singleQuote": false,
"tabWidth": 4,
"semi": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"rangeStart": 0,
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "auto",
"useTabs": false
}