Skip to content

Commit

Permalink
Remove the need for dos2unix
Browse files Browse the repository at this point in the history
Force automake files to use eol=lf
  • Loading branch information
tresf committed Nov 24, 2020
1 parent d0e8e0b commit aeaa150
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* text=auto
Makefile* text eol=lf
*.am text eol=lf
*.m4 text eol=lf
*.sh text eol=lf
*.sub text eol=lf
*.guess text eol=lf
*.host text eol=lf
libtool* text eol=lf

0 comments on commit aeaa150

Please sign in to comment.