PPrinter
constructor(defaultWidth: Int = 100, defaultHeight: Int = 500, defaultIndent: Int = 2, defaultEscapeUnicode: Boolean = false, defaultShowFieldNames: Boolean = true, colorLiteral: Attrs = FansiColor.Green, colorApplyPrefix: Attrs = FansiColor.Yellow, showGenericForCollections: Boolean = true)
Parameters
default Width
How wide to allow a pretty-printed value to become before wrapping
default Height
How tall to allow the pretty-printed output to become before truncated it with a ...
default Indent
How many spaces to indent each nested [Tree.Apply] by
color Literal
What color to assign to literals like "lol" or 31337
color Apply Prefix
What color to assign to Foo in Foo(bar, baz)
additional Handlers
Provide this to override how certain types are pretty-printed at runtime