From a9aee1c5b384e5a3e2a9efbd3b8cec8afbd7bc6f Mon Sep 17 00:00:00 2001
From: David Zemon <david@zemon.name>
Date: Fri, 17 May 2019 23:02:39 -0500
Subject: [PATCH] Disable automatic handling of line endings

---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..fe505b27
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=false