Explicitly make a number of files text, so line ending confusion doesn't happen anymore.

This commit is contained in:
Wouter Verhelst 2016-11-25 13:40:12 +01:00
parent d9d1bd1988
commit 61135b8825

7
.gitattributes vendored
View file

@ -1 +1,8 @@
* text=auto
*.c text
*.cpp text
*.m text
*.h text
*.sln text
*.inf text