From 8be92ffc42d6beb9a62397b9d0d9cccb075e9b90 Mon Sep 17 00:00:00 2001 From: Goooler Date: Tue, 24 Jan 2023 23:17:01 +0800 Subject: [PATCH] Mark bat files end with CRLF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e6141d8894..dc4cb6b0bd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text eol=lf +*.bat eol=crlf *.png binary *.jar binary