Validate YAML syntax with error detection. Checks for common YAML formatting issues.
This tool performs basic YAML syntax validation, checking for common issues like tab characters (YAML requires spaces), special characters in keys, and indentation problems. For full YAML specification compliance, a dedicated parser library is recommended.