1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Auto detect text files and perform LF normalization * text=auto # Ensure Rust files always use LF *.rs text eol=lf *.toml text eol=lf *.md text eol=lf *.yml text eol=lf *.yaml text eol=lf # Binary files *.docx binary *.png binary *.jpg binary *.jpeg binary