1 2 3 4 5 6 7 8 9 10
# Ensure consistent line endings (LF) for all text files * text=auto eol=lf # Explicitly mark certain files as text *.rs text eol=lf *.toml text eol=lf *.md text eol=lf *.yml text eol=lf *.yaml text eol=lf *.json text eol=lf