From ec1c6efe6481963d15b9e278ba56992e98787099 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 9 Oct 2024 07:42:45 +1000 Subject: [PATCH] Add `.gitattributes` for newline code normalization https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..0f776312d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.bat text eol=crlf +*.cmd text eol=crlf +*.png binary