TabToSpaces

The TabToSpaces filter replaces all tab characters with a given count of space characters.

<filterchain>
  <tabtospaces tablength="8" />
</filterchain>

Table 186.  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