From 552bf993592c42f99ec0f3f6afcf4ef1906c51a6 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Tue, 23 Jun 2015 11:46:18 -0400 Subject: [PATCH 1/2] Update .gitattributes --- app/templates/.gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/.gitattributes b/app/templates/.gitattributes index 212566614..735361404 100644 --- a/app/templates/.gitattributes +++ b/app/templates/.gitattributes @@ -1 +1,2 @@ -* text=auto \ No newline at end of file +* text=auto +* text eol=lf From e0350ccb662853f98458e5f0997aed2555c6cc67 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Tue, 23 Jun 2015 12:04:32 -0400 Subject: [PATCH 2/2] fix(git): Remove old text=auto --- app/templates/.gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/.gitattributes b/app/templates/.gitattributes index 735361404..fcadb2cf9 100644 --- a/app/templates/.gitattributes +++ b/app/templates/.gitattributes @@ -1,2 +1 @@ -* text=auto * text eol=lf