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
rustfmt uses some outdated and confusing rules, such as formatting nested tuple accesses with a space.
rustfmt
If we switch to format version 2, then we'll get slightly better formatting.
Previous changes like this have had unexpected impacts, so I don't want to make this change until we schedule time for cleanups.
zebra/rustfmt.toml
version = Two
cargo fmt
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Motivation
rustfmt
uses some outdated and confusing rules, such as formatting nested tuple accesses with a space.If we switch to format version 2, then we'll get slightly better formatting.
Previous changes like this have had unexpected impacts, so I don't want to make this change until we schedule time for cleanups.
Tasks
zebra/rustfmt.toml
containingversion = Two
cargo fmt
The text was updated successfully, but these errors were encountered: