⚒
ToolsHub
⌘K
Tools
/
Developer
/
TOML Formatter
Parses TOML and re-encodes with consistent layout. Comments are not preserved.
Input
Sample
Clear
title='compact' [db] host="localhost" port=5432
Formatted TOML
Copy
title = "compact" [db] host = "localhost" port = 5_432
Related Tools
SQL Formatter
GraphQL Formatter
GraphQL Query Builder
JSON Formatter
TOML to JSON
YAML Formatter