diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index cb9d99bb..e1f36548 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ -*.handlebars text eol=lf +*.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 |