Skip to content

Commit

Permalink
Merge pull request #410 from xapijs/fix/crlf
Browse files Browse the repository at this point in the history
fix: Add CRLF support to prettier
  • Loading branch information
CookieCookson authored Dec 8, 2024
2 parents a5412b6 + e385672 commit a8598eb
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 a8598eb

Please sign in to comment.