.clang-format (709B)
1 BasedOnStyle: Webkit 2 IndentWidth: 8 3 ContinuationIndentWidth: 8 4 UseTab: AlignWithSpaces 5 AlignTrailingComments: true 6 SpacesBeforeTrailingComments: 1 7 KeepEmptyLinesAtTheStartOfBlocks: false 8 AllowShortBlocksOnASingleLine: true 9 AllowShortIfStatementsOnASingleLine: true 10 AllowShortCaseLabelsOnASingleLine: false 11 AllowShortEnumsOnASingleLine: true 12 AllowShortFunctionsOnASingleLine: false 13 AlignConsecutiveDeclarations: false 14 AlignConsecutiveAssignments: false 15 AlignConsecutiveMacros: false 16 SortIncludes: false 17 18 IndentCaseLabels: false 19 ColumnLimit: 110 20 PenaltyBreakBeforeFirstCallParameter: 1 21 AlignAfterOpenBracket: DontAlign 22 BinPackArguments: false 23 BinPackParameters: false 24 25 BreakAfterReturnType: TopLevelDefinitions