From 6a57a1bf3300d17c68dc1c0fd14e7b59908dd381 Mon Sep 17 00:00:00 2001 From: Husky <39809509+Huskydog9988@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:41:39 -0400 Subject: [PATCH] set lf file endings on commit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0dec836e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# set line endings +* text=auto eol=lf