Formatting/YAML.format.ps1

Write-FormatView -Typename YAML -Action {
    Format-YAML -inputObject $_
}