Rust & Cargo Projects
Keep Cargo.toml files review-friendly when editing dependencies, features, or workspace members.
Normalize TOML files for configs, CLIs, and tooling manifests.
TOML Formatter makes pyproject, Cargo, and tool manifest files easier to scan by enforcing consistent spacing, table alignment, and quoting.
Keep Cargo.toml files review-friendly when editing dependencies, features, or workspace members.
Format pyproject.toml before committing updates to build-system, lint, or type-checker settings.
Ensure developer tooling such as Taplo, Biome, or Rome config stays readable between teammates.
The parser handles multi-line strings, inline tables, and arrays-of-tables without manual tweaks.
Whitespace and ordering are normalized while keeping comments and structure intact.
Replace the original file or share snippets with teammates once formatting succeeds.
Yes. Comments remain with their respective sections so context is not lost during formatting.
Numeric values are parsed and reprinted without altering precision—underscores and base prefixes are respected.