diff --git a/.gitattributes b/.gitattributes index 86aab38d..c765065e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -*.cs text eol=crlf -.xaml diff +# no eol conversions +* -text + +*.cs text eol=crlf +.xaml diff