# Enforce LF line endings for all text files
* text=auto eol=lf

# Windows batch scripts use CRLF
*.cmd text eol=crlf
*.bat text eol=crlf

# Explicitly binary
*.png binary
*.jpg binary
*.ico binary
*.woff2 binary
*.woff binary
