# Normalize all text files to LF in the repository, regardless of contributor OS.
# This keeps diffs clean and CI (Ubuntu) consistent with local Windows checkouts.
* text=auto eol=lf

# Common binary types — never touch line endings.
*.png binary
*.jpg binary
*.gif binary
*.ico binary
