aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorLode Hoste <zillode@zillode.be>2015-05-07 20:31:27 +0200
committerLode Hoste <zillode@zillode.be>2015-05-07 20:32:18 +0200
commit2361a0dd6ea7f603fd052b25edf63f491f8d932a (patch)
tree994ffa7dbfb1430405b6b9728b048f13b8b18762 /.gitattributes
parent152cdd175081f6d91c45a260fc95f2e6b8393739 (diff)
downloadsyncthing-2361a0dd6ea7f603fd052b25edf63f491f8d932a.tar.gz
syncthing-2361a0dd6ea7f603fd052b25edf63f491f8d932a.zip
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 5d452a306..26933f96c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
# Text files use LF line endings in this repository
-* text=auto
+* text eol=lf
# Except the dependencies, which we leave alone
Godeps/** -text=auto