Clean up INI config files with normalized sections, spacing around equals and tidy blank lines. INI Formatter is a free online tool from the ToolsRift Code Formatters collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
It trims each line, puts one blank line before every [section] header, and rewrites entries as 'key = value' with a single space on each side of the equals sign.
Yes. Lines starting with ; or # are kept as-is so your documentation and disabled settings stay in place.
It normalizes structure rather than strictly validating. Entries without an equals sign are passed through unchanged so nothing is lost.