This commit is contained in:
2023-09-26 13:48:56 +08:00
commit ede03914fc
704 changed files with 83626 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"
}