Skip to content

Commit

Permalink
chore: prettier proseWrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Aug 13, 2024
1 parent ce89b99 commit c1c6870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"semi": false,
"singleQuote": true
"singleQuote": true,
"printWidth": 80,
"proseWrap": "always"
}

0 comments on commit c1c6870

Please sign in to comment.