Generator

YAML Formatter & Validator

Pretty-print, minify, and validate YAML. Catches tab indentation, mixed indent levels, and duplicate keys.

✓ Valid (basic checks)
Output
name: Acme
version: 1.0.0
services:
  - web
  - api
config:
  port: 3000
  debug: true