From ee511cfa1c8e6f06bac3af8f738b7280c90b780f Mon Sep 17 00:00:00 2001 From: Sumpfork Date: Sat, 10 Mar 2018 21:19:30 -0800 Subject: [PATCH] more specific line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 41e834e..a56b3ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text=auto *.py text *.json text +*.md text +*.csv text +*.in text