Configuration.FormatterConfiguration

Undocumented in source.

Members

Enums

BraceStyle
enum BraceStyle
Undocumented in source.
EndOfLine
enum EndOfLine
Undocumented in source.

Variables

dfmtAlignSwitchStatements
bool dfmtAlignSwitchStatements;
Undocumented in source.
dfmtBraceStyle
BraceStyle dfmtBraceStyle;
Undocumented in source.
dfmtCompactLabeledStatements
bool dfmtCompactLabeledStatements;
Undocumented in source.
dfmtOutdentAttributes
bool dfmtOutdentAttributes;
Undocumented in source.
dfmtSelectiveImportSpace
bool dfmtSelectiveImportSpace;
Undocumented in source.
dfmtSoftMaxLineLength
int dfmtSoftMaxLineLength;
Undocumented in source.
dfmtSpaceAfterCast
bool dfmtSpaceAfterCast;
Undocumented in source.
dfmtSpaceAfterKeywords
bool dfmtSpaceAfterKeywords;
Undocumented in source.
dfmtSpaceBeforeFunctionParameters
bool dfmtSpaceBeforeFunctionParameters;
Undocumented in source.
dfmtSplitOperatorAtLineEnd
bool dfmtSplitOperatorAtLineEnd;
Undocumented in source.
endOfLine
EndOfLine endOfLine;
Undocumented in source.
maxLineLength
int maxLineLength;
Undocumented in source.

Meta