From caf77ba991d8b66dfd8867a056283b0cc9812a13 Mon Sep 17 00:00:00 2001 From: VoidVolker Date: Wed, 22 Jun 2016 08:20:41 +0300 Subject: [PATCH] [=] force lf as line ending --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bdb0cab..26dcd4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=lf # Custom for Visual Studio *.cs diff=csharp