From df8c12950c5e213ebae664b549fdadc83c0596ef Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 21 Jan 2022 08:57:05 -0500 Subject: [PATCH] Configured the repository to handle line endings (#16234) --- .gitattributes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index e63d80307..ab0f742af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ -# Declare SVG files to have LF endings on checkout -# On Windows, the default git setting for `core.autocrlf` -# means that when checking out code, LF endings get converted -# to CRLF. -# *.svg text eol=lf +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + *.rb diff=ruby *.rake diff=ruby *.css diff=css