From e724a361e8451f40bcba35d3f7edf5a151106e24 Mon Sep 17 00:00:00 2001 From: Conner Harkness Date: Wed, 27 Aug 2025 08:02:45 -0600 Subject: [PATCH] added .gitattributes for lf endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto