Update Prettier config and code style

This commit is contained in:
wangqiao
2025-08-27 09:18:26 +08:00
parent dd46a68b6c
commit 0c59337af3
5 changed files with 44 additions and 36 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
singleQuote: true, // 使用单引号
printWidth: 100,
printWidth: 160,
tabWidth: 2,
useTabs: false,
semi: false,
@ -13,5 +13,5 @@ module.exports = {
trailingComma: 'es5',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto'
}
endOfLine: 'auto',
}