diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1ffd6cf7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Ensure shell scripts and patch files always use LF line endings. +# Required for correct execution in Linux containers; Windows may use CRLF. +*.sh text eol=lf +*.patch text eol=lf