Skip to content

Commit

Permalink
chore(prettier): automatically wrap markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Apr 26, 2022
1 parent de8478c commit 5111d71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"options": {
"plugins": ["prettier-plugin-packagejson"]
}
},
{
"files": ["**/*.md"],
"options": {
"proseWrap": "always"
}
}
]
}

0 comments on commit 5111d71

Please sign in to comment.