Skip to content

Commit

Permalink
prettier: Only proseWrap markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Jun 16, 2021
1 parent 5d305fc commit c931ac6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"proseWrap": "always"
"overrides": [
{
"files": "*.md",
"options": {
"proseWrap": "always"
}
}
]
}

0 comments on commit c931ac6

Please sign in to comment.