This commit is contained in:
wangjinlei
2023-05-18 09:48:25 +08:00
commit 7b30bde563
102 changed files with 49424 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 140
}