From 27d525ae60b7f3938a53b63d14b29debe7af6be2 Mon Sep 17 00:00:00 2001 From: Ground-Zerro Date: Mon, 6 Oct 2025 11:03:54 +1100 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..4c3c46a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.bat text eol=crlf +*.cmd text eol=crlf \ No newline at end of file