Skip to content

Commit f2b7d0b

Browse files
committed
{"schema":"cmsg/1","type":"chore","scope":"global","summary":"Increase Prettier print width to
100","intent":"Allow longer lines before wrapping in formatted files","impact":"Wider code layout across the project","breaking":false,"risk":"low","refs":[]}
1 parent ea8a8e1 commit f2b7d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"semi": true,
33
"singleQuote": true,
44
"trailingComma": "all",
5-
"printWidth": 80,
5+
"printWidth": 100,
66
"tabWidth": 2
77
}

0 commit comments

Comments
 (0)