Skip to content

Commit

Permalink
Update Prettier config to better target Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
jits committed Aug 13, 2024
1 parent d5012ea commit 6a99bc6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"printWidth": 100,
"proseWrap": "never"
"overrides": [
{
"files": ["*.md"],
"options": {
"proseWrap": "never"
}
}
]
}

0 comments on commit 6a99bc6

Please sign in to comment.