From b613c89babab2017d7a99d7fc566e3e05563bfa1 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 12 Apr 2025 10:20:29 +0200 Subject: [PATCH] Force correct line endings for batch files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8b40cbca --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bat text eol=crlf +*.sh text eol=lf