# scripts/install.sh is fetched raw and piped straight into `sh` (curl | sh) —
# CRLF line endings break that (`$'\r': command not found`). Force LF
# regardless of any contributor's local core.autocrlf setting.
*.sh text eol=lf
*.rb text eol=lf

# Binary assets: never touch line endings.
*.png binary
*.jpg binary
*.pdf binary
*.db binary
