This commit is contained in:
2025-05-28 09:39:18 +08:00
commit 2907b67bba
235 changed files with 22804 additions and 0 deletions

9
.prettierrc.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
tabWidth: 2,
semi: true,
printWidth: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
};