TOML Configuration Formatter
Format and organize TOML configurations
Source Input
Processed Output
What is the TOML Configuration Formatter?
TOML Formatter structures key-value assignments, normalizes table groupings (`[table]`), and formats lists.
Frequently Asked Questions (FAQ)
Q: What configurations use TOML?
It is widely used in Rust projects (`Cargo.toml`), Python setups (`pyproject.toml`), and Hugo configs.