# Auto detect text files and normalize line endings
* text=auto
# Force LF for text files (Unix-style)
*.rs text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.css text eol=lf
*.json text eol=lf
*.snap text eol=lf
# Binary files
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.svg binary