// Poorly indented → normalised
name: Acme
version: 1.4.2
servers:
- https://api.acme.example
- https://api-staging.acme.exampleStart typing to search, or pick a tool.
Prettify YAML with consistent 2-space indentation and helpful line-aware errors.
YAML input
Formatted YAML
// Poorly indented → normalised
name: Acme
version: 1.4.2
servers:
- https://api.acme.example
- https://api-staging.acme.exampleNo. It only normalises whitespace and indentation. The parsed values are unchanged.
No. Strings are emitted with the same quoting that js-yaml determines is canonical.
No. Formatting happens entirely in your browser.