# Normalize all text files to LF in the repo. The Linux Docker build, Makefile,
# and shell tooling require LF, so force it on checkout on every platform.
* text=auto eol=lf

# Binary assets (never normalize)
*.pdf binary
*.jar binary
*.png binary
*.jpg binary
*.ico binary
