# Normalize all text files to LF in the repository.
# On Windows checkouts git may convert to CRLF in the working tree,
# but commits always store LF.
* text=auto eol=lf

# Binary files — never touch line endings.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.pdf binary
