From 3c2d427b1d86d1e734ffe5614711da4528ad7fc0 Mon Sep 17 00:00:00 2001 From: Campbell Jones Date: Tue, 9 Feb 2021 15:19:25 -0500 Subject: [PATCH] Add exception for bat files to gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 94f480de..f484accc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf +*.bat text=auto eol=crlf \ No newline at end of file