# Force LF for all text files in this repo (Linux container target)
* text=auto eol=lf

# Explicitly mark shell scripts and JS as LF
*.sh text eol=lf
*.js text eol=lf

# Binary files
*.gz binary
