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
Since we already have:
enum_discrim_align_threshold struct_field_align_threshold
It would be nice to have a similar formatter for simple/one-line match arms that lines up the '=>' like:
match foo { Some(LongEntityName(name)) => 1, Some(Short(thing)) => 2, Some(_) => 3, None => 4, }
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #894 (though I'll add that i think your proposal is probably as good a solution as any 👍)
Sorry, something went wrong.
No branches or pull requests
Since we already have:
enum_discrim_align_threshold
struct_field_align_threshold
It would be nice to have a similar formatter for simple/one-line match arms that lines up the '=>' like:
The text was updated successfully, but these errors were encountered: