# Auto detect text files and perform LF normalization
* text=auto

# Shell scripts: forzar LF siempre (evita CRLF en Windows que rompe Docker)
*.sh text eol=lf
