chore: add dev configs (prettier, editorconfig, vscode settings)

This commit is contained in:
2026-03-18 00:21:47 +08:00
parent fca824beea
commit 3de55b83f0
5 changed files with 42 additions and 16 deletions

View File

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