We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d305fc commit c931ac6Copy full SHA for c931ac6
.prettierrc.json
@@ -1,3 +1,10 @@
1
{
2
- "proseWrap": "always"
+ "overrides": [
3
+ {
4
+ "files": "*.md",
5
+ "options": {
6
+ "proseWrap": "always"
7
+ }
8
9
+ ]
10
}
0 commit comments