diff --git a/Java.gitattributes b/Java.gitattributes index f62ade6..47ead5d 100644 --- a/Java.gitattributes +++ b/Java.gitattributes @@ -38,3 +38,6 @@ # Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes') mvnw text eol=lf gradlew text eol=lf + +# These are explicitly windows files and should use crlf +*.bat text eol=crlf