Adding auto conversion to lf in gitattributes

To make end-of-lines consistent in the future.

Quoting http://git-scm.com/docs/gitattributes:
    When text is set to "auto", the path is marked for automatic
    end-of-line normalization. If Git decides that the content is text,
    its line endings are normalized to LF on checkin.
This commit is contained in:
David
2014-08-06 17:02:08 +02:00
parent fd30b3501e
commit 676fa7199b

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto