Skip to content

Commit

Permalink
feat: git attributes to enforce lf (#3193)
Browse files Browse the repository at this point in the history
I noticed that the `.vscode` folder says LF endings should be used. However, I still regularily see CRLF. To fix this I've added a `.gitattributes` file which makes git convert endings to LF.
  • Loading branch information
Erb3 authored Jan 29, 2025
1 parent 46710c9 commit 4d32bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf

0 comments on commit 4d32bb2

Please sign in to comment.