-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Reformat code with rustfmt #563
Comments
@anatol Thanks for your suggestion! |
This has been done already, but I'm leaving this open because we are not currently blocking commits on being properly formatted with |
This is blocked on: rust-lang/rustfmt#3253 |
Now rust-lang/rustfmt#3253 is closed and (when available) rustfmt is run on CI in Is this issue solved ? Or should we ensure that rustfmt is always run (by using stable or a nightly with rustfmt) ? |
Closing as resolved. |
Keeping consistent code formatting across Rust projects is a great thing that simplifies learning new projects and getting familiar with its codebase.
rustfmt
is a standard tool that tries to achieve it. It would be really great if Rust developers userustfmt
for the core projects likelibc
.The text was updated successfully, but these errors were encountered: