Skip to content

Commit b8583d4

Browse files
committed
chore: enable proseWrap only for Markdown
1 parent 93be535 commit b8583d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
printWidth: 120
2-
proseWrap: "always"
32
trailingComma: "all"
43

54
overrides:
65
- files: "*.md"
76
options:
87
printWidth: 150
8+
proseWrap: "always"

0 commit comments

Comments
 (0)