# YAML vs TOML Both are human-readable config formats. Quick comparison: ## YAML ```yaml server: host: localhost port: 8080 features: - auth - logging ``` **Pros:** - Very widely used