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