This commit is contained in:
陶林
2022-03-15 11:50:37 +08:00
commit d8a0af9a7a
23 changed files with 938 additions and 0 deletions

8
.prettierrc Normal file
View File

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