dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Dumper.indent
dyaml
dumper
Dumper
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
Source
See Implementation
dyaml
dumper
Dumper
functions
dump
indent
tagDirectives
Set indentation width. 2 by default. Must not be zero.