# Auto-detect text files and normalize line endings to LF in the repository.
* text=auto eol=lf

# Shell scripts must always use LF in the working tree.
*.sh text eol=lf

# Windows-only batch scripts keep CRLF.
*.bat text eol=crlf
*.cmd text eol=crlf

# Binary assets — never normalize line endings.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
