Skip to content

Commit 1e222c9

Browse files
fix(prettier): prose wrap md file
1 parent 12ac6eb commit 1e222c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"semi": true,
44
"printWidth": 80,
55
"singleQuote": true,
6-
"trailingComma": "all"
6+
"trailingComma": "all",
7+
"proseWrap": "always"
78
}

0 commit comments

Comments
 (0)