Format and validate YAML configuration files. Get syntax highlighting for keys, values, comments and booleans, plus instant error detection.
YAML (YAML Ain't Markup Language) is a human-readable data serialization format widely used for configuration files. It's the default format for Docker Compose, Kubernetes manifests, GitHub Actions workflows, Ansible playbooks, and many other DevOps tools. Unlike JSON, YAML supports comments and is designed to be written and read by humans.