1 2 3 4 5 6 7 8
# Ensure consistent line endings for source files across all platforms *.rs text eol=lf *.toml text eol=lf *.yml text eol=lf *.yaml text eol=lf *.md text eol=lf *.json text eol=lf Cargo.lock text eol=lf