Formatter.this

class Formatter(Sink)
this
(
Sink sink
,
bool useTabs = false
,,
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

Meta