This commit is contained in:
louiscklaw
2025-06-06 11:50:25 +08:00
parent d453144500
commit 3217a8d594
22 changed files with 501 additions and 494 deletions

View File

@@ -3,13 +3,5 @@
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 160,
"overrides": [
{
"files": "src/App.tsx",
"options": {
"printWidth": 240
}
}
]
}
"printWidth": 100
}