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

# Explicitly declare text files to ensure consistent line endings
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf

# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.gif binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary

# Rust specific
Cargo.lock linguist-generated=false
