indent

public final Unit indent()(source)

Indents the following lines by 1.


public final Unit indent(Function1<TreeFormatter, Unit> function)(source)

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