-
Notifications
You must be signed in to change notification settings - Fork 8
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
github-actions
bot
added
acceptance: go ahead
Reviewed, implementation can start
and removed
acceptance: triage
Waiting for owner's input
labels
May 18, 2023
|
V0ldek
added
acceptance: blocked
Blocked on an issue outside of rsonpath
and removed
acceptance: go ahead
Reviewed, implementation can start
labels
May 22, 2023
github-actions
bot
added
the
acceptance: go ahead
Reviewed, implementation can start
label
May 22, 2023
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: