From 4062ae823ccfee4f1792c866fe5958e907215dde Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Fri, 9 May 2025 11:56:47 +0200 Subject: [PATCH] Correct line endings for windows `gradlew.bat` Updates the .gitattributes file to correctly handle the gradlew.bat script for windows line endings. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index a41c0a0e15b..d952371fb7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text eol=lf *.png binary *.jpg binary + +# These are explicitly windows files and should use crlf +*.bat text eol=crlf