From 7876b0b4ea928204a5149e6bd9fb0416a0336f53 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sun, 19 Mar 2023 18:24:49 -0600 Subject: [PATCH] Force LF line ending --- .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