refactor:调整 prettier 的 printWidth 回 80,保持和 vben 风格一致

pull/78/MERGE
YunaiV 2025-04-22 16:58:59 +08:00
parent eaaa4f5cdf
commit 5eee27218c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default {
},
],
plugins: ['prettier-plugin-tailwindcss'],
printWidth: 100, // 默认 80 字符,调整为 100 更合适 https://yuanbao.tencent.com/bot/app/share/chat/38E19MAIFdGr
printWidth: 80,
proseWrap: 'never',
semi: true,
singleQuote: true,