1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# Auto-detect text files and normalize line endings * text=auto # Rust source files *.rs text eol=lf *.toml text eol=lf # Scripts *.sh text eol=lf *.ps1 text eol=crlf *.bat text eol=crlf # Documentation *.md text eol=lf *.txt text eol=lf # Config files *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf # Binary files *.png binary *.jpg binary *.gif binary *.ico binary