-
Notifications
You must be signed in to change notification settings - Fork 898
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
cargo fmt formats all crates in a workspace by default #2488
Comments
I'd be happy to try to fix this one if folks agree with my preference. |
Yeah, following
That would be awesome, thank you! |
Note that So, yeah, basically most custom subcommands should accept |
Should I move this issue over to rustfmt-bin? |
No, I'm not sure what the future will be like for rustfmt-bin, so we'll continue tracking issues here for a while. |
This issue was fixed by #2513 |
Closed via #2513. |
This was re-reverted later by #3652, can be re-open this? |
@eoger would you open a new issue with your corresponding rustfmt version and other relevant details? At least with rustfmt 1.4.13 |
I would much prefer it behave like cargo build, where it only operates on the crate in the current directory unless told otherwise.
The text was updated successfully, but these errors were encountered: