* text=auto

# Shell scripts must stay LF in the repo and in Docker images
*.sh text eol=lf

# Dockerfile & compose
Dockerfile text eol=lf
Dockerfile.* text eol=lf
*.dockerfile text eol=lf
docker-compose.yml text eol=lf
