protected void setIndentSpace (int space)

Enables subclasses to specify how many spaces an indent maps to. When indentation takes place, the indent level is multiplied by this mapping. The default is 2.

Parameters:
space    an int representing the space to indent mapping.