# Enforce LF line endings for Rust sources across all platforms.
# This keeps `rustfmt.toml`'s `newline_style = "Unix"` from failing on Windows.
*.rs text eol=lf
