代码格式化

This commit is contained in:
BianLzhaoMin 2025-09-08 09:51:14 +08:00
parent 3620bd4fdf
commit b23c2eac83
1 changed files with 10 additions and 0 deletions

10
prettier.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}