From 69586bbccf5b34be18a289d2e063e665bde8967a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Mar 2021 19:58:26 +0300 Subject: Set eol=crlf git attribute for .bat and .bat.in files --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 1631641..9a79d3b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,8 @@ # Use `eol=crlf` for files that should have the CRLF line ending both in the # working tree (even on Unix) and in the repository. # -#*.bat text eol=crlf +*.bat text eol=crlf +*.bat.in text eol=crlf # Use `eol=lf` for files that should have the LF line ending both in the # working tree (even on Windows) and in the repository. -- cgit v1.1