Types/Hashtable/Hashtable.format.ps1

Write-FormatView -TypeName Hashtable -Name Hashtable -Action {
    $_ | Format-Hashtable -Depth $FormatEnumerationLimit
}