Add .gitattributes file to normalize all files to LF.

This commit is contained in:
Andreas Schuh 2014-03-19 14:48:03 +00:00
parent 3d142b88d7
commit 9d686e7107

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# treat all files in this repository as text files
# and normalize them to LF line endings when committed
* text