Generator.indentChar
uint indentChar() @property nothrowGet indentChar property.
Returns
The character that should be used when indenting in pretty print.
void indentChar(uint propval) @property nothrowSet indentChar property.
Parameters
propval | The character that should be used when indenting in pretty print. |