summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2015-05-07 22:55:31 +0200
committerJakob Borg <jakob@nym.se>2015-05-07 22:55:31 +0200
commitcb5ef2602063c9fe6efbebc8072704b992867eef (patch)
treeebf7aa94bfd6b33e35d3b00d5c43f88ad7e788e1 /.gitattributes
parent2493ae4c2cddef00aa459f661386e2f4545a380e (diff)
Revert "Enforce line endings when cloning (fixes #1766)"
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 26933f96c..5d452a306 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
# Text files use LF line endings in this repository
-* text eol=lf
+* text=auto
# Except the dependencies, which we leave alone
Godeps/** -text=auto