tab

fun StringBuilder.tab(indent: Int)

Append the specified number of tab ('\t') characters to the receiver, a StringBuilder.

Receiver

A StringBuilder.

Parameters

indent

The number of tabs to append.