# Auto detect text files and normalize line endings to LF
* text=auto eol=lf

# Explicitly set text files
*.rs text
*.toml text
*.md text
*.json text
*.yml text
*.yaml text

# Binary files
Cargo.lock binary
