indent

fun indent()(source)

Indents the following lines by 1.


fun indent(function: TreeFormatter.() -> Unit)(source)

Indents all code ran inside function by 1, then resets the indentation to the previous one.