editor config and code style/linting setting

This commit is contained in:
Spedon
2023-03-11 22:47:19 +08:00
parent 22967b6f5c
commit 3455e2f88f
7 changed files with 622 additions and 71 deletions

9
.prettierrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 88,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false
}