chore: adjust printWidth to 160 and format code

This commit is contained in:
2026-03-18 00:24:52 +08:00
parent 3de55b83f0
commit 47d3bd0124
42 changed files with 414 additions and 1247 deletions

View File

@@ -1,7 +1,7 @@
{
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 200,
"printWidth": 160,
"semi": true,
"singleQuote": false
}