From b5f68ffb086f4dbcfdee02fbb1c3d9e3e14efd3c Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Fri, 7 Oct 2016 19:26:29 -0700 Subject: [PATCH] line endings --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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