From e7a071dfbea2046ea5bbec5561f828721006a00b Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:54:40 -0600 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e1c78ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure all .bat scripts use CRLF line endings +# This can prevent a number of odd batch issues +*.bat text eol=crlf