We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026317c commit 2a19d97Copy full SHA for 2a19d97
.prettierrc.js
@@ -2,9 +2,9 @@ const isCI = require("is-ci");
2
3
/** @type {import("prettier").Options} */
4
module.exports = {
5
- printWidth: 100,
+ printWidth: 120,
6
tabWidth: 4,
7
- trailingComma: "all",
+ trailingComma: "es5",
8
proseWrap: "always",
9
endOfLine: isCI ? "lf" : "auto",
10
overrides: [{ files: ["**/*.md", "**/*.yml", "**/.*.yml"], options: { tabWidth: 2 } }],
0 commit comments