Anúncios incomodam? Ir Sem anúncios Hoje

YAML Formatter & Beautifier

Desenvolvedor
ANÚNCIO · REMOVER?

Opções de Formatação

Conversions

ANÚNCIO · REMOVER?

Guia

YAML Formatter & Beautifier

YAML Formatter & Beautifier

Format and beautify YAML files with consistent indentation, configurable quoting, and key sorting. Paste your YAML content and instantly see properly formatted output with validation, error highlighting, and statistics. Export as JSON, TOML, or Properties format.

Como usar

Paste your YAML content into the input area. The formatter processes it instantly with your chosen options: indent size (2 or 4 spaces), quote style (auto, double, single, or bare), alphabetical key sorting, array style (block or flow), and line width. View validation results with error line numbers. Copy the formatted output or download as .yaml or .yml file. Convert to JSON, TOML, or Properties format with one click.

Características

  • Consistent Indentation — Normalize YAML indentation to 2 or 4 spaces throughout the entire document. Fixes mixed indentation and alignment issues.
  • Quote Style Control — Auto-quote only when needed, always use double or single quotes for strings, or remove unnecessary quotes. Handles the YAML quoting rules correctly.
  • Ordenação de Chaves — Optionally sort keys alphabetically within each nesting level for consistent, organized configuration files.
  • Array Style — Choose between block style (each item on a new line with -) or flow/inline style ([item1, item2]) for short arrays.
  • Validação — Detects invalid YAML with error messages and line numbers. Shows document statistics: total keys, max nesting depth, array count, total lines.
  • Export Formats — Convert YAML to JSON, TOML (best effort), or Properties (flat key=value with dot notation for nesting). Each with copy button.
  • Opções Adicionais — Collapse empty collections, set line width for wrapping, strip comments, trim trailing whitespace.
  • Referência rápida — Collapsible YAML syntax guide covering common gotchas (Norway problem: NO → false), indentation rules, and multi-line string styles (| literal, > folded).

YAML Syntax

YAML uses indentation to represent nesting (spaces only, never tabs). Keys and values are separated by colons: key: value. Arrays use dashes: - item. Strings can be bare, single-quoted, or double-quoted. Multi-line strings use | (literal, preserves newlines) or > (folded, joins lines). Comments start with #. YAML is commonly used in Docker Compose, Kubernetes, GitHub Actions, Ansible, and many configuration files.

ANÚNCIO · REMOVER?

What is the Norway problem in YAML?

The ‘Norway problem’ is a famous YAML gotcha: bare values like NO, YES, ON, OFF, true, false are automatically parsed as booleans. This means a country code mapping like ‘NO: Norway’ is interpreted as ‘false: Norway.’ Similarly, version numbers like 1.0 become floats. The fix is quoting: ‘NO’: Norway, ‘1.0’: version. This formatter can normalize quoting to prevent these issues — use ‘Always double-quote’ or ‘Always single-quote’ mode for safety.

What is the difference between | and > in YAML?

The pipe (|) creates a literal block scalar — it preserves newlines exactly as written. Each line in the block becomes a separate line in the resulting string. The greater-than sign (>) creates a folded block scalar — it joins consecutive lines with spaces, treating blank lines as paragraph separators. Use | for content where line breaks matter (scripts, code, formatted text). Use > for long text that should flow as a paragraph.

Can I use tabs for YAML indentation?

No — the YAML specification explicitly forbids tab characters for indentation. Only spaces are allowed. This is one of the most common sources of YAML errors, especially when copying from other formats or editors that use tabs. This formatter automatically uses spaces (2 or 4, configurable) and will flag tab-based indentation as an error. If your source YAML has tabs, paste it here to convert to space-based indentation.

Is my YAML data sent to a server?

No — all parsing, formatting, and validation happens in your browser using JavaScript. Your YAML content never leaves your device. This is important because YAML files often contain sensitive configuration: API keys, database credentials, deployment secrets, and infrastructure settings. All processing runs entirely client-side with no API calls or data storage.

Quer eliminar anúncios? Fique sem anúncios hoje mesmo

Instale nossas extensões

Adicione ferramentas de IO ao seu navegador favorito para acesso instantâneo e pesquisa mais rápida

Ao Extensão do Chrome Ao Extensão de Borda Ao Extensão Firefox Ao Extensão Opera

O placar chegou!

Placar é uma forma divertida de acompanhar seus jogos, todos os dados são armazenados em seu navegador. Mais recursos serão lançados em breve!

ANÚNCIO · REMOVER?
ANÚNCIO · REMOVER?
ANÚNCIO · REMOVER?

Notícias com destaques técnicos

Envolver-se

Ajude-nos a continuar fornecendo ferramentas gratuitas valiosas

Compre-me um café
ANÚNCIO · REMOVER?