# Normalize line endings to LF in the repo * text=auto eol=lf # Shell scripts must use LF (critical for Docker entrypoint) *.sh text eol=lf # Windows-specific overrides *.bat text eol=crlf *.cmd text eol=crlf