# Shell scripts must use LF (Linux deploy via curl | bash)
*.sh text eol=lf

# Docker / compose
Dockerfile text eol=lf
docker-compose.yml text eol=lf

# Default for text
* text=auto
