From 2e8d792f9a1b55bb19942e02b91b1294dbc37e87 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 12 Mar 2017 18:13:18 +0100
Subject: [PATCH] Added .gitattributes to force LF line endings on commit.
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..176a458f9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
--
2.39.5