Formatting and validation of YAML documents.
YAML is a data serialization format often used in configuration files (Docker Compose, CI/CD, Kubernetes). The tool checks the syntax and formats the document with unified indentation.
The tool will show an error message with a description of the syntax problem.
No, parsing and formatting happen entirely locally in the browser.