This commit is contained in:
2023-09-08 15:38:33 +08:00
commit b4ffb20ba8
790 changed files with 98659 additions and 0 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"htmlWhitespaceSensitivity": "ignore",
"tabWidth": 2,
"bracketSameLine": true,
"useTabs": true,
"vueIndentScriptAndStyle": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}