feat: format

This commit is contained in:
tbphp
2025-07-02 17:24:33 +08:00
parent f15d0dd8da
commit 9c597e6a74
11 changed files with 138 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"printWidth": 100,