2.0 初始化

This commit is contained in:
2023-03-28 10:02:22 +08:00
parent 446c843f8f
commit 323ca1a193
12 changed files with 301 additions and 132 deletions

View File

@ -1,5 +1,7 @@
semi: true
tabWidth: 2
singleQuote: true
printWidth: 80
trailingComma: none
{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none"
}