# Normalize line endings to avoid CRLF issues in Linux containers
* text=auto

# Shell scripts must be LF for correct shebang parsing
*.sh text eol=lf

# PowerShell scripts are typically CRLF on Windows
*.ps1 text eol=crlf
