From 712b20d0c7db522bbebc0f59dac4686fbeb6d80f Mon Sep 17 00:00:00 2001
From: Fabian Eichhorner <fabian.eichhorner@gmail.com>
Date: Sun, 25 Nov 2018 23:51:50 +0100
Subject: [PATCH] add gitattributes file to set file endings of mvnv and
 provision.sh to unix style

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b3a4c8d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have LF line endings on checkout
+*.sh text eol=lf
+mvnw text eol=lf
\ No newline at end of file
-- 
2.43.0