From 42af410b31b271150e6640e2f62bf28134049a90 Mon Sep 17 00:00:00 2001 From: xxlio Date: Wed, 2 Sep 2026 15:07:38 +1000 Subject: [PATCH] chore: normalise line endings to LF --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7367312 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.png binary +*.pdf binary +*.xlsx binary