chore: 🔨 代码行最大字符数调整为100

This commit is contained in:
ray
2024-11-12 00:13:56 +08:00
parent c0de469059
commit d2435385fb

View File

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