From f248f11f7e4e3f35ea6746aa87d79efd69a85ff7 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 14 Dec 2025 18:37:33 +0100 Subject: [PATCH] Fix shell scripts to use LF line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1d2fc83 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +