# Normalize all text to LF in the repo and on every checkout.
# Without this, GitHub Actions on Windows uses core.autocrlf=true and
# converts our files to CRLF, which trips `rustfmt`'s `newline_style = "Unix"`.
*
*.rs*.toml*.md*.yml*.yaml*.json*.lockLICENSE-*.editorconfig.gitignore
# Binary assets — never line-end normalize.
*.png*.jpg*.jpeg*.gif*.ico*.svg