YAML formatter and re-indenter
Paste YAML with inconsistent indentation, stray tabs or untidy spacing and get
back a normalised document. The tool detects your source indentation step, snaps
every nesting level to a consistent indent, expands tabs to spaces (which YAML
forbids for indentation) and tidies the spacing after key: and - list items.
Block scalars introduced by | or > are left untouched so their formatting is
preserved.
It is privacy-first: everything runs in your browser as plain JavaScript, so your YAML never leaves your device.