diff --git a/.gitattributes b/.gitattributes index 72e11d63..0e9b00b8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,11 @@ * text=auto # These files are text and should be normalized (convert crlf > lf) -*.hbs text \ No newline at end of file +*.hbs text eol=lf +*.js text eol=lf +*.html text eol=lf +*.go text eol=lf +*.sql text eol=lf +*.scss text eol=lf +*.js text eol=lf +*.json text eol=lf