From 541505382771c43a552aeb063fcedd68c250ce67 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 5 Jul 2019 16:05:31 -0600 Subject: [PATCH] Add .gitattributes file to control line-endings This may need some more specific file-type definitions added, but let's try with the absolute minimal version first, which just relies on git to detect which files are text or binary. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto