1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Auto-detect text files * text=auto # Rust source *.rs text eol=lf *.toml text eol=lf # Binary files *.acb binary *.pdf binary *.svg binary *.png binary # Shell scripts *.sh text eol=lf