This commit is contained in:
yangsy
2025-08-13 14:09:54 +08:00
parent 766fd77f5a
commit 4cd73dde19
7 changed files with 137 additions and 27 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"printWidth": 100
"singleAttributePerLine": false,
"printWidth": 200,
"tabWidth": 2,
"trailingComma": "all"
}