diff --git a/.gitattributes b/.gitattributes index 489dde74..ed7c531e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ # Auto detect text files and perform LF normalization -* text=auto - -*.txt text eof=lf +* text=auto eof=lf *.cs diff=csharp