From 7b8c731ac0b2f6862ba549af08ef8895e1fcbf09 Mon Sep 17 00:00:00 2001 From: Bearmine Date: Sun, 25 May 2025 08:15:38 -0500 Subject: [PATCH] Initial setup --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22f8c5e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Set text handling to auto and eol +# linux line endings +* text=auto eol=lf + +# Ensure windows line endings are used +# for windows bat/cmd scripts +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf