thedodd/rustfmt — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2020-04-16
Automatically reformat Rust source files to a consistent style
Add a rustfmt --check step to CI so unformatted pull requests fail
Format Rust code on save inside an editor or IDE
Customize formatting rules for a project with a configuration file
| thedodd/rustfmt | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2020-04-16 | 2022-10-03 | 2020-05-03 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Doesn't reliably handle macros or comments, and won't format incomplete code fragments.
A tool that automatically reformats Rust code to a consistent style, similar to Prettier for JavaScript or Black for Python, removing style debates from code review.
Dormant — no commits in 2+ years (last push 2020-04-16).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.