[skip ci] Explicitly specify prettier printWidth (#1220)

This commit is contained in:
Chenlei Hu
2024-10-11 11:53:35 -04:00
committed by GitHub
parent f96f08be32
commit d787c21f8b

View File

@@ -2,5 +2,6 @@
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"trailingComma": "none"
"trailingComma": "none",
"printWidth": 80
}