- alignSwitchStatements
bool alignSwitchStatements;
Undocumented in source.
- braceStyle
BraceStyle braceStyle;
Undocumented in source.
- compactLabeledStatements
bool compactLabeledStatements;
Undocumented in source.
- endOfLine
EndOfLine endOfLine;
Undocumented in source.
- engine
Engine engine;
Undocumented in source.
- insertFinalNewline
bool insertFinalNewline;
Undocumented in source.
- maxLineLength
int maxLineLength;
Undocumented in source.
- outdentAttributes
bool outdentAttributes;
Undocumented in source.
- softMaxLineLength
int softMaxLineLength;
Undocumented in source.
- spaceAfterCasts
bool spaceAfterCasts;
Undocumented in source.
- spaceAfterKeywords
bool spaceAfterKeywords;
Undocumented in source.
- spaceBeforeAAColons
bool spaceBeforeAAColons;
Undocumented in source.
- spaceBeforeFunctionParameters
bool spaceBeforeFunctionParameters;
Undocumented in source.
- spaceBeforeSelectiveImportColons
bool spaceBeforeSelectiveImportColons;
Undocumented in source.
- splitOperatorsAtLineEnd
bool splitOperatorsAtLineEnd;
Undocumented in source.
- templateConstraintsSingleIndent
bool templateConstraintsSingleIndent;
Undocumented in source.
- templateConstraintsStyle
TemplateConstraintsStyle templateConstraintsStyle;
Undocumented in source.
- trimTrailingWhitespace
bool trimTrailingWhitespace;
Undocumented in source.