From 06bd46d3fb036eb0b4c81707963b89f984e95484 Mon Sep 17 00:00:00 2001 From: Sara Itani Date: Mon, 7 Mar 2016 21:48:50 -0800 Subject: [PATCH] updated .gitattributes to always use CRLF --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8de47a5d5..885a62db3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto +# Normalize line endings to CRLF on checkout +* text eol=crlf # Denote all files that are truly binary and should not be modified. *.bmp binary