Add git attributes settings for *.c and *.h to force line endings to LF.

This commit is contained in:
kelly.leahy 2011-05-08 12:30:16 -07:00
parent cfba137707
commit 560cd27ef3

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.c eol=lf
*.h eol=lf