# Auto detect text files and perform LF normalization
* text=auto

# Ensure Rust files always use LF
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Binary files
*.docx binary
*.png binary
*.jpg binary
*.jpeg binary