indent

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

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