chore: 🔨 调整行最大字符长度为80

This commit is contained in:
ray
2024-11-11 08:09:54 +08:00
parent cbf7b00e80
commit 817b576ca7

View File

@@ -6,7 +6,7 @@
"htmlWhitespaceSensitivity": "ignore",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 100,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,