1 2 3 4 5 6 7 8 9 10 11 12 13
# 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