From 650de4f8a2e3349cd98b5bb6dc435733450b9116 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 12:46:39 -0500 Subject: [PATCH] Enforce line-ending style --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf