From 2361a0dd6ea7f603fd052b25edf63f491f8d932a Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Thu, 7 May 2015 20:31:27 +0200 Subject: [PATCH] Enforce line endings when cloning (fixes #1766) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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