refactor/project-refactor #4

Merged
zhangxiang merged 15 commits from refactor/project-refactor into dev 2026-04-12 17:38:31 +08:00
Showing only changes of commit ff6eb643aa - Show all commits
+10
View File
@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}