From dd0f8a8b21fccf2d4dd6ab0734ab4a59f4e17706 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 23 Sep 2013 01:31:58 -0400 Subject: [PATCH] disable CRLF conversion, rather than forcing to LF at the moment, the EOL is being set to LF on binary files too --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 39221d3928ee3..b213c65a9396a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ [attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 -* text=auto eol=lf +* text=auto -crlf *.cpp rust *.h rust *.rs rust