Skip to content

Commit

Permalink
fix: Add CRLF support to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Dec 8, 2024
1 parent a5412b6 commit e385672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"endOfLine": "lf",
"endOfLine": "auto",
"printWidth": 80,
"semi": true,
"singleQuote": false,
Expand Down

0 comments on commit e385672

Please sign in to comment.