From 9e3258e51f14a2442b845949a9a31af22501e5c1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 19 Sep 2013 19:06:05 -0400 Subject: [PATCH] restore auto-detection of text files We force the usage of LF line endings, but *only* in text files. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 70b2a5cd90e..39221d3928e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ [attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 -* text eol=lf +* text=auto eol=lf *.cpp rust *.h rust *.rs rust