Skip to content

Commit

Permalink
prettier: Use LF for line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuv2707 committed Jun 1, 2024
1 parent 193329e commit 44927c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"endOfLine": "crlf"
"endOfLine": "lf"
}

0 comments on commit 44927c8

Please sign in to comment.