From 2c1cdcce9dd2a41fc448b25301663fdb8faaa3d4 Mon Sep 17 00:00:00 2001 From: Sara Itani Date: Tue, 8 Mar 2016 12:46:02 -0800 Subject: [PATCH] Let git decide good defaults for which files qualify as text files and should be normalized. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 885a62db3..319fe6288 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Normalize line endings to CRLF on checkout -* text eol=crlf +* text=auto eol=crlf # Denote all files that are truly binary and should not be modified. *.bmp binary