Skip to content

Commit

Permalink
Use endOfLine: auto for prettier (#926)
Browse files Browse the repository at this point in the history
On Windows, editors typically use CRLF by default. I don't see a reason
why we should be violating platform conventions, so just let anyone use
whatever (as long as it isn't mixed)
  • Loading branch information
GarboMuffin authored Aug 23, 2023
1 parent ecc931a commit a844474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "auto"
}

0 comments on commit a844474

Please sign in to comment.