From bf54989b6a5595949a1f1775cf1f8d6960d0014d Mon Sep 17 00:00:00 2001 From: Tobsec <8700196+tobsec@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:50:01 +0100 Subject: [PATCH] add gitattributes to enforce LF for shell scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8bccf6e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce LF line endings for shell scripts +*.sh text eol=lf