From b0a015eb615b4b89a5e162d236e70c0efa3df29a Mon Sep 17 00:00:00 2001 From: Jean Jacques Avril Date: Tue, 31 Dec 2024 13:35:47 +0000 Subject: [PATCH] Add .gitattributes to normalize line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4e7efec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.sh text eol=lf +*.bat text eol=crlf \ No newline at end of file