-
Notifications
You must be signed in to change notification settings - Fork 11
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 .rustfmt.toml
#135
Labels
Milestone
Comments
Tagging @V0ldek for notifications |
3 tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
rustfmt
doesn't behave as I'd like it when it comes touse
statements, failing to reorder and appropriately merge them.Describe the solution you'd like
We should have a custom
.rustfmt.toml
file that includes these configs:imports_granularity
reorder_impl_items
reorder_imports
group_imports
reorder_modules
use_field_init_shorthand
Additional context
Configuration docs.
The text was updated successfully, but these errors were encountered: