From abb6857593519efb85ce8fa27c1abbf458493ba5 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Wed, 9 Jul 2014 09:40:16 -0400 Subject: [PATCH] Gitattributes: Ensure Markdown is LF-only --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b7ca95b..2d24086 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ # JS files must always use LF for tools to work *.js eol=lf +*.md eol=lf +