From 96edd670c2c788c804f6effe5a12b84e0873e0e9 Mon Sep 17 00:00:00 2001 From: Jacob Bundgaard Date: Mon, 19 Jan 2026 11:18:50 +0100 Subject: [PATCH] Check out shell scripts with Unix line endings on Windows --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index a22800cf6..290ba841f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Enforce consistent line endings for all text files * text=auto + +# Shell scripts must use LF line endings (even on Windows) +*.sh text eol=lf