From 5eba43022eb391ce0f5a9d53d81ee64eaa10e7c2 Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Thu, 15 Jul 2021 21:14:02 -0500
Subject: [PATCH] Prevent line-ending conversion to avoid issues with
 cross-platform edits.

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..221f3e2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Disable line-ending conversions for this repository.
+* -text
-- 
GitLab