public this(Sink sink, bool useTabs = false, IndentStyle style = IndentStyle.allman, uint indentWidth = 4)

Parameters

sinkthe output range that the formatted source code is placed in
useTabsif true, tabs are used for indent levels instead of spaces
stylethe brace style
indenteWidththe number of spaces used for indentation if useTabs is false