# Ensure LF line endings in repository
* text=auto eol=lf

# Explicitly set LF for text files
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Binary files
*.woff binary
*.woff2 binary
