Skip to content

Commit

Permalink
set gitattributes to correctly identify text files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Villalobos committed Jun 14, 2012
1 parent 71cf899 commit ac0ff24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.lua text=auto
*.cpp text=auto
*.c text=auto
*.h text=auto
*.lua text
*.cpp text
*.c text
*.h text
*.sh eol=lf
3rdparty/curl-7.19.7/ eol=lf
*.sln eol=crlf
Expand Down

0 comments on commit ac0ff24

Please sign in to comment.