Merge pull request #176 from kellypleahy/topic/force-line-endings

Add git attributes settings for *.c and *.h to force line endings to LF.
This commit is contained in:
Scott Chacon 2011-05-08 12:39:21 -07:00
commit cd7ad3c6fb

2
.gitattributes vendored Normal file
View File

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