1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Auto-detect text files and normalize line endings * text=auto # Rust source files *.rs text eol=lf *.toml text eol=lf # Shell scripts *.sh text eol=lf # Documentation *.md text eol=lf # Lock file - don't diff Cargo.lock binary