HarboredFormatter

Modified D formatter for Harbored.

Currently the only modification is that multi-parameter parameter lists are split into multiple lines.

Constructors

this
this(Sink sink, string delegate(string) @(safe) nothrow crossReference, bool useTabs, IndentStyle style, uint indentWidth)

Members

Aliases

format
alias format = Formatter!Sink.format
Undocumented in source.

Functions

format
void format(Parameters parameters)

A modified version of (libdparse) std.d.formatter.Formatter.format(const Parameters) to format each parameter on a separate line.

format
void format(Type2 type2)
Undocumented in source. Be warned that the author may not have intended to support it.
format
void format(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta