kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
prependIndent
prepend
Indent
fun
String
.
prependIndent
(
indent
:
String
=
" "
)
:
String
(
source
)
Prepends
indent
to every line of the original string.
Doesn't preserve the original line endings.