Skip to content

Commit c931ac6

Browse files
committed
prettier: Only proseWrap markdown files
1 parent 5d305fc commit c931ac6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.prettierrc.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"proseWrap": "always"
2+
"overrides": [
3+
{
4+
"files": "*.md",
5+
"options": {
6+
"proseWrap": "always"
7+
}
8+
}
9+
]
310
}

0 commit comments

Comments
 (0)