The TabToSpaces filter replaces all tab characters with a given count of space characters.
<filterchain> <tabtospaces tablength="8" /> </filterchain>
Table E.13: Attributes for the <tabtospaces>
filter
Name | Type | Description | Default | Required |
---|---|---|---|---|
tablength | Integer | The number of space characters that a tab is to represent. | 8 | No |