Definition
A human-readable data serialisation format widely used for configuration files (Docker Compose, Kubernetes, GitHub Actions, Ansible). Whitespace-significant — indentation defines structure. Pronounced "YAM-ul".
Example Usage
"The GitHub Actions workflow is defined in YAML — indentation errors are the most common cause of failed pipeline runs."