Description
Converts INI or CFG configuration files into TOML-style equivalents. It helps projects migrate older configuration formats toward TOML while preserving settings that tools and build systems still need.
Use it with version control and review the result before replacing configuration files. Format conversion can change comments, ordering, or subtle value meanings if a project uses unusual INI syntax.