We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: rustfmt 2.0.0-rc.2-nightly (cc5521d9 2021-10-23) rustfmt.toml:
rustfmt 2.0.0-rc.2-nightly (cc5521d9 2021-10-23)
tab_spaces = 2 blank_lines_lower_bound = 1
Before
fn a() {} fn b() {} mod foo { fn a() {} fn b() {} } struct Foo; impl Foo { fn a() {} fn b() {} } trait Bar { fn a(); fn b(); }
After (currently)
After (what I think it should be formatted as)
Related to #2954, also would be nice to have this #3382 (comment)
The text was updated successfully, but these errors were encountered:
rustfmt
No branches or pull requests
Version:
rustfmt 2.0.0-rc.2-nightly (cc5521d9 2021-10-23)
rustfmt.toml:
Before
After (currently)
After (what I think it should be formatted as)
Related to #2954, also would be nice to have this #3382 (comment)
The text was updated successfully, but these errors were encountered: