E.17 TabToSpaces

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

NameTypeDescriptionDefaultRequired
tablengthIntegerThe number of space characters that a tab is to represent. 8No