TrailingWhitespaceSniff
DocbookCS.TrailingWhitespace
Detects trailing whitespace (spaces or tabs) at the end of a line. Each violation is reported per line.
Auto-fixable
This sniff ships a fixer — run with --fix to remove trailing
whitespace automatically.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
severity | string | error | Override the violation severity. Accepted values: error, warning. |