From ac8d6b32568f7f90ff8257df21a30cffe96a80c7 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] 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