From 613bece13adb3bb3d250a0ef6302b71d7a55e194 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 19 Sep 2016 18:23:25 -0700 Subject: [PATCH] .gitattributes: force .py and .md to LF (cherry picked from commit 8acdfc81c1d40250f2eac2986a6f15f06a57303f) --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4c62c20..9cf0cce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ * text=auto -*.py text -*.md text +*.py eol=lf +*.md eol=lf *.png binary *.jpg binary