Native indenting support when building coli object as a source string. ## Ideas ``` stringfy_internal(o, depth=1){ stringfy_internal(o.1, depth + 1) eachline(o, "\t") } ```