From 95c33e991f41735c09b249ff94529c7c23bbfa3c Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 20 Oct 2020 14:39:46 +0530 Subject: [PATCH] Adding file extensions to gitattributes (#10945) * Adding file extensions to gitattributes * Adding erb type to gitattributes * Adding newline --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1bbec1e33..276cfa7ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,8 @@ # means that when checking out code, LF endings get converted # to CRLF. # *.svg text eol=lf +*.rb diff=ruby +*.rake diff=ruby +*.css diff=css +*.html diff=html +*.erb diff=html