This commit is contained in:
X1627315083
2025-10-09 09:29:36 +08:00
commit cc8c064d9c
107 changed files with 12520 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}