Skip to content

Commit

Permalink
feat(Prettier): be specific about the end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Sep 19, 2023
1 parent 7567825 commit a4be26e
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
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "none"
"trailingComma": "none",
"endOfLine": "lf"
}

0 comments on commit a4be26e

Please sign in to comment.