From 3dd05eb400400407e254aaaa2d063833167591af Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 12 Nov 2020 20:36:16 -0500 Subject: [PATCH] Update .gitattributes file (#1023) --- .gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index e1f36548..fa205aca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ *.sh text eol=lf -ext/*.handlebars text eol=lf -ext/*.js text eol=lf -ext/*.json text eol=lf -ext/*.css text eol=lf -ext/*.html text eol=lf -ext/*.svg text eol=lf +*.handlebars text eol=lf +*.js text eol=lf +*.json text eol=lf +*.css text eol=lf +*.html text eol=lf +*.svg text eol=lf