From 650168f172686a9fa04bd9265ac0831e4339bb32 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 15 Aug 2016 15:39:43 +0100 Subject: [PATCH] gitattributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 09bc62c13..72e11d631 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Set the default behavior, in case people don't have core.autocrlf set. -* text=auto \ No newline at end of file +* text=auto + +# These files are text and should be normalized (convert crlf > lf) +*.hbs text \ No newline at end of file