From f315f2520545c96c197d98760a9bc2d74dcb3c04 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:01:02 +1100 Subject: [PATCH] chore: add .gitattributes for LF normalization --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7aaa46f45 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Normalise text files to LF across platforms. +* text=auto eol=lf + +# Keep Windows command scripts in CRLF for compatibility. +*.bat text eol=crlf +*.cmd text eol=crlf