From 71bfd3ca2fd6ce15704d5942d587c846663cffe6 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:46:53 +0100 Subject: [PATCH] fix: force LF line endings for shell scripts and Dockerfiles --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..167a4258 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh text eol=lf +*.Dockerfile text eol=lf +Dockerfile text eol=lf