WhitespaceSniff
DocbookCS.Whitespace
Detects whitespace issues in DocBook source files. Each violation is reported per line.
The following are flagged:
- Trailing whitespace at the end of a line
- Mixed indentation: spaces followed by tabs, or tabs followed by spaces, at the start of a line
Properties
| Property | Type | Default | Description |
|---|---|---|---|
severity | string | error | Override the violation severity. Accepted values: error, warning. |