Skip to content

Commit b1c748d

Browse files
committed
prettier: printWidth 160 default . can always lower it at project level
1 parent 09135a1 commit b1c748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// If you change anything here, you probably have to reload vscode windows to pick it up.
44
module.exports = {
5-
printWidth: 110,
5+
printWidth: 160,
66
tabWidth: 2,
77
singleQuote: true,
88
trailingComma: 'es5',

0 commit comments

Comments
 (0)