From f52730c7245871f0a60b4750c65f416a3243fff3 Mon Sep 17 00:00:00 2001 From: Piroro-hs Date: Tue, 23 Feb 2021 17:10:29 +0900 Subject: [PATCH] Ensure CRLF line endings for Windows batch files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458f..94a73770 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto +*.bat text eol=crlf +*.cmd text eol=crlf