diff --git a/.gitattributes b/.gitattributes index 5891e81525..9a5cb22250 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ # Auto detect text files and perform LF normalization -* text=auto eol=crlf +* text=auto eol=lf # Declare files that will always have LF line endings on checkout. *.sh text eol=lf # Don't check these into the repo as LF to work around TeamCity bug -*.xml -text +*.xml -text *.targets -text # Custom for Visual Studio