1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Normalize line endings * text=auto eol=lf # Markdown *.md text eol=lf # Shell scripts (always LF, executable) *.sh text eol=lf # Rust source *.rs text eol=lf # TOML config *.toml text eol=lf