Property
indentString
The string to use for each indentation level.
let indentString: String
Discussion
Common values:
-
" "(4 spaces) - default -
" "(2 spaces) -
"\t"(tab character)
This string is repeated level times to produce the final indentation.