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