格式化工具

This commit is contained in:
bb_pan 2025-05-28 17:45:10 +08:00
parent 4e5ba7dc9c
commit 11db2cfed9
1 changed files with 10 additions and 0 deletions

10
prettier.config.js Normal file
View File

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