HarboredFormatter.this

class HarboredFormatter(Sink)
this
(
Sink sink
,
string delegate
(
string
)
@safe nothrow
crossReference
,
bool useTabs = false
,
IndentStyle style = IndentStyle.allman
,
uint indentWidth = 4
)

Parameters

sink Sink

the output range that the formatted source code is placed in

useTabs bool

if true, tabs are used for indent levels instead of spaces

style IndentStyle

the brace style

indentWidth uint

the number of spaces used for indentation if useTabs is false

Meta