prependContinuationIndent
fun CharSequence.prependContinuationIndent(continuationIndent: String, skipBlankLines: Boolean = true): String(source)
Prepends continuationIndent to every line of the original string.
Doesn't preserve the original line endings.