From 0dd38822b7e89891fb5c6a04d90aa01fe9615a7c Mon Sep 17 00:00:00 2001 From: Evangelos Skopelitis Date: Wed, 25 Mar 2026 15:19:53 -0400 Subject: [PATCH] Enforce LF line endings for shell scripts Signed-off-by: Evangelos Skopelitis --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dfdb8b771 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf