rustfmt
https://github.com/rust-lang-nursery/rustfmt
Rust
Format Rust code
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported22 Subscribers
Add a CodeTriage badge to rustfmt
Help out
- Issues
- Configurable per-object item wrap count via `#[rustfmt::items(10)]` (for better displaying large vectors, arrays, & matrices)
- `rustfmt::nowrap` attribute to disable all width constraints
- More advanced `group_imports` with 4 groups and adaptable "std-like" crates
- [enh] Merge and sort comma-separated attribute parameters for known attributes
- config: Stabilize binop_separator again.
- Support matches! with if guard
- rustfmt does not respect brace_style when formatting imports
- Feature Request: Change and add new configurations to properly support tabs_spaces when using "hard tabs"
- Add unstable `format_brace_macros` option
- Match arm trailing whitespace triggering error; match arm lone comma before comment unformattable
- Docs
- Rust not yet supported