Skip to content

Commit

Permalink
fix(git): attributes file to force LF
Browse files Browse the repository at this point in the history
this code is run in a Linux environment, and expects LF line-endings

the gitattributes file forces all cloners to use LF regardless of their OS
  • Loading branch information
thekaveman committed Apr 1, 2022
1 parent bd4e38d commit bfb92f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# force LF for everyone
text eol=lf

0 comments on commit bfb92f0

Please sign in to comment.