From f329497a72e36f89a5214c70f62defc08e3b2b7c 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 1/2] 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 From c541526dc57f03a1fa7624bd97f18e5d78c3ffbe Mon Sep 17 00:00:00 2001 From: Husky <39809509+Huskydog9988@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:52:27 -0400 Subject: [PATCH 2/2] make gradlew.bat crlf --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0dec836e6..d0f30271d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # set line endings * text=auto eol=lf + +gradlew.bat eol=crlf