first commit

This commit is contained in:
那些花儿
2025-06-04 11:51:25 +08:00
commit 07300ed9bc
2649 changed files with 596772 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"printWidth": 150,
"singleQuote": false,
"tabWidth": 4,
"semi": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"rangeStart": 0,
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "auto",
"useTabs": false
}