Skip to content

Commit

Permalink
Fixed eol configs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch authored and Shivakumar committed Aug 2, 2023
1 parent 5ddc0f5 commit e9cc578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* eol=crlf
* eol=lf
*.sh text eol=lf
2 changes: 1 addition & 1 deletion src/backend/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "crlf"
"endOfLine": "lf"
}
2 changes: 1 addition & 1 deletion src/frontend/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"tabWidth": 2,
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "crlf"
"endOfLine": "lf"
}

0 comments on commit e9cc578

Please sign in to comment.