Skip to content

Commit 2a19d97

Browse files
committed
Chnage prettier options
1 parent 026317c commit 2a19d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prettierrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ const isCI = require("is-ci");
22

33
/** @type {import("prettier").Options} */
44
module.exports = {
5-
printWidth: 100,
5+
printWidth: 120,
66
tabWidth: 4,
7-
trailingComma: "all",
7+
trailingComma: "es5",
88
proseWrap: "always",
99
endOfLine: isCI ? "lf" : "auto",
1010
overrides: [{ files: ["**/*.md", "**/*.yml", "**/.*.yml"], options: { tabWidth: 2 } }],

0 commit comments

Comments
 (0)