diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-12 20:36:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 20:36:16 -0500 |
commit | 3dd05eb400400407e254aaaa2d063833167591af (patch) | |
tree | f956fb29fa87eaa810f42669f4181af80822e232 | |
parent | 20f3d09aa457d57331925b4fdf0632ee0237da99 (diff) |
Update .gitattributes file (#1023)
-rw-r--r-- | .gitattributes | 12 |
1 files 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 |