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
I may want to add some items to a cargofmt.toml:
cargofmt.toml
enum_discrim_align_threshold = 4
wrap_comments = true
trailing_comma = "Always"
match_block_trailing_comma = true
Sitting on it for a bit before deciding (comments and discussion welcome).
I don't plan on using any unstable options; I would wait for any that unstable to become stable before integration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I may want to add some items to a
cargofmt.toml
:enum_discrim_align_threshold = 4
wrap_comments = true
trailing_comma = "Always"
match_block_trailing_comma = true
Sitting on it for a bit before deciding (comments and discussion welcome).
I don't plan on using any unstable options; I would wait for any that unstable to become stable before integration.
The text was updated successfully, but these errors were encountered: