From 034b19d85dcef65323c5a7bed8cc94a552302b98 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 1 Jul 2013 08:35:24 -0700 Subject: [PATCH] Add .html and .md to .gitattributes. Former-commit-id: 338788296b7b00ae00657bc4d2e522d5989d075c --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 724b13111..6d8c71097 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ * text=auto +*.html text eol=lf *.js text eol=lf *.jst text eol=lf +*.md text eol=lf *.sh text eol=lf *.tpl text eol=lf