From cb5ef2602063c9fe6efbebc8072704b992867eef Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 7 May 2015 22:55:31 +0200 Subject: [PATCH] Revert "Enforce line endings when cloning (fixes #1766)" This reverts commit 2361a0dd6ea7f603fd052b25edf63f491f8d932a. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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