Skip to content

Commit

Permalink
fix(prettier): prose wrap md file
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 30, 2025
1 parent 12ac6eb commit 1e222c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"semi": true,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"proseWrap": "always"
}

0 comments on commit 1e222c9

Please sign in to comment.