Skip to content
Input
INI
Limit
1 MiB
Runtime
Browser

Format INI under one explicit dialect

Normalize section and assignment layout without pretending that every application accepts the same INI grammar.

Local processingNo sign-upNo content upload

Format INI

Inputs are limited to 1 MiB and stay in this browser tab.

Paste or edit the source. Tool Swim does not upload or save it.

Formatted INI

Nothing is placed in a URL, account, or remote log.

What this tool does

Bounded, explicit, and local

INI is a family of related formats rather than one portable standard. This formatter uses a narrow profile, keeps values as text, and refuses constructs whose meaning would depend on a different consumer.

Formatting follows the selected grammar

Spacing and section layout are rewritten only after bounded parsing succeeds. The result does not enable Python interpolation, Git includes, PHP typed scanning, or another application's extensions.

Values remain strings

Words such as true, off, null, and numbers keep their source value meaning. A target application may interpret them later under its own contract.

Primary references

Questions and answers

Related INI and Properties tools