Skip to content

Commit

Permalink
Add a .gitattributes giving autoconf files LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
signal11 committed Jul 16, 2012
1 parent 4fec187 commit 567304b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
@@ -0,0 +1,7 @@
* text=auto

*.sln text eol=crlf
*.vcproj text eol=crlf

bootstrap text eol=lf
configure.ac text eol=lf

0 comments on commit 567304b

Please sign in to comment.