From 6e247c85565397c7601b022b6542e3b485f76cdf Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 11 Dec 2014 08:53:33 +0930 Subject: [PATCH] never crlf --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2dbab83b..7be2e780 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ * text=auto # Text files that should be normalized to LF in odb. -*.cs text diff=csharp +*.cs eol=lf diff=csharp *.xaml text *.config text *.c text @@ -40,3 +40,6 @@ *.pdb binary *.sdf binary *.7z binary + +# Generated file should just use CRLF, it's fiiine +SolutionInfo.cs text eol=crlf diff=csharp