newlineTab

fun StringBuilder.newlineTab(indent: Int)

Append a newline ('\n' = U+000A) then the specified number of tab ('\t' = U+0009) characters to the given StringBuilder.

Receiver

A StringBuilder.

Parameters

indent

The number of tabs to append after the newline.