1 2 3 4 5
package moe.nea.blog.util fun Appendable.indent(indent: Int) { append(" ".repeat(indent)) }