From 8cf308d12db45f327f72e6953566f0b42569a83f Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Fri, 29 Jan 2016 13:37:41 -0500 Subject: [PATCH] Enable LF normalization CRLF on Windows checkout; LF on Mac & Linux checkout; always LF in the repository --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c6b70b78d..412eeda78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization -* text=none +* text=auto # Custom for Visual Studio *.cs diff=csharp