# Normalize line endings to LF across platforms. eslint-plugin-prettier
# is configured with endOfLine="lf" in package.json; any CRLF that sneaks
# in (e.g. from a Windows editor) is auto-converted on commit.
* text=auto eol=lf

# Binary assets stay untouched.
*.png binary
*.jpg binary
*.gif binary
*.svg binary
*.woff binary
*.woff2 binary
*.eot binary
*.ttf binary
*.ico binary
*.pdf binary
