| id | MDS006 |
|---|---|
| name | no-trailing-spaces |
| status | ready |
| description | No trailing whitespace at the end of lines. |
No trailing whitespace at the end of lines.
- ID: MDS006
- Name:
no-trailing-spaces - Status: ready
- Default: enabled
- Fixable: yes
- Implementation: source
- Category: whitespace
Enable:
rules:
no-trailing-spaces: trueDisable:
rules:
no-trailing-spaces: false# Title
Trailing spaces here. # Title
No trailing spaces here.
```text
code block with language tag
```