Added .gitattributes to normalize CRLF

This commit is contained in:
Simon Goldschmidt 2014-02-07 09:36:03 +01:00
parent d2a89b424b
commit a32afb28c0

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# These files are text and should be normalized
*.txt text
*.c text
*.h text