From 67549ffc57b34e099f5bb2388d86c3cc7c347ec2 Mon Sep 17 00:00:00 2001 From: GP Date: Fri, 5 May 2023 16:10:56 +0530 Subject: [PATCH] fix: keep windows-style line endings for .bat files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index c8ab6583..bcd492de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ # All files are checked into the repo with LF * text=auto + +# These files are checked out using CRLF locally +*.bat eol=crlf