Skip to content

Commit

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

0 comments on commit e35eb60

Please sign in to comment.