indent method

void indent()

Increments the indentation level.

Implementation

void indent() {
  _indentationLevel++;
}