indent

open fun indent(text: String, indent: String): String(source)

Indents every line of text by indent. Empty lines and lines that only contain whitespace are not indented.