This commit is contained in:
gtz
2023-07-26 09:54:50 +08:00
commit 0fca3e1ec4
677 changed files with 80083 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"
}