From cc7e009b331a0e940bff66894ca7257b64a03f67 Mon Sep 17 00:00:00 2001 From: mossroy Date: Sat, 22 Mar 2014 11:23:56 +0100 Subject: [PATCH] Attempt to fix EOL issues by setting them to LF all the time --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 412eeda7..930429ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization -* text=auto +* text eol=lf # Custom for Visual Studio *.cs diff=csharp