From 93addd4adbf2af946e9a6aee13ace73c9453269d Mon Sep 17 00:00:00 2001
From: Romain Boman <r.boman@uliege.be>
Date: Sat, 27 Feb 2021 10:07:45 +0100
Subject: [PATCH] add basic .gitattributes

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..dd92456
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+# Set default behaviour to automatically normalize line endings.
+# this is equivalent to:
+#    core.autocrlf = input (Linux / macOS)
+#                  = true  (Windows)
+* text=auto
+
-- 
GitLab