tab indentation comment (#6079)

## Summary

Updated doc comment for `tab_indentation.rs`. Online docs also benefit
from this update.

## Test Plan

Checked docs via
[mkdocs](389fe13c93/CONTRIBUTING.md (L267-L296))
This commit is contained in:
rembridge 2023-07-26 00:14:43 +01:00 committed by GitHub
parent 389fe13c93
commit 8c80bfa7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View file

@ -55,6 +55,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
"prohibited-trailing-comma",
"shebang-leading-whitespace",
"surrounding-whitespace",
"tab-indentation",
"too-few-spaces-before-inline-comment",
"trailing-comma-on-bare-tuple",
"triple-single-quotes",