Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a disabled rustfmt.toml #39

Merged
merged 1 commit into from
May 19, 2022

Commits on Jan 20, 2022

  1. Add a disabled rustfmt.toml

    We do not currently use `rustfmt`, this is a nuisance for devs who
    routinely work on code bases that do use rustfmt who often have their
    editors set to format on save. We can make the life of such devs much
    better by explicitly disabling formatting using `rustfmt.toml`.
    
    ref: https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#disable_all_formatting
    tcharding committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    b36a0e8 View commit details
    Browse the repository at this point in the history