Dumper.indent

Set indentation width. 2 by default. Must not be zero.

struct Dumper
@property
void
indent
pure @safe nothrow
(
uint indent
)
in { assert (indent != 0, "Can't use zero YAML indent width"); }

Meta