.clang-format (709B)
BasedOnStyle: Webkit
IndentWidth: 8
ContinuationIndentWidth: 8
UseTab: AlignWithSpaces
AlignTrailingComments: true
SpacesBeforeTrailingComments: 1
KeepEmptyLinesAtTheStartOfBlocks: false
AllowShortBlocksOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AlignConsecutiveDeclarations: false
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: false
SortIncludes: false
IndentCaseLabels: false
ColumnLimit: 110
PenaltyBreakBeforeFirstCallParameter: 1
AlignAfterOpenBracket: DontAlign
BinPackArguments: false
BinPackParameters: false
BreakAfterReturnType: TopLevelDefinitions