Skip to content

Commit 9dd0b0d

Browse files
committed
Setting Print Width
1 parent ef18c0f commit 9dd0b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"trailingComma": "es5",
33
"tabWidth": 2,
44
"semi": true,
5-
"singleQuote": false
5+
"singleQuote": false,
6+
"printWidth": 80
67
}

0 commit comments

Comments
 (0)