master .clang-format
 1AlignConsecutiveDeclarations: Consecutive
 2AlignEscapedNewlines: DontAlign
 3AlignTrailingComments: false
 4BreakBeforeBraces: Custom
 5BraceWrapping:
 6  AfterControlStatement: Never
 7  AfterFunction: true
 8  BeforeElse: true
 9ColumnLimit: 120
10Cpp11BracedListStyle: false
11AllowAllParametersOfDeclarationOnNextLine: false
12AllowShortFunctionsOnASingleLine: None
13AllowShortIfStatementsOnASingleLine: Never
14AllowShortLoopsOnASingleLine: false
15BinPackParameters: true
16IndentCaseLabels: false
17IndentPPDirectives: BeforeHash
18IndentWidth: 8
19InsertNewlineAtEOF: true
20PenaltyReturnTypeOnItsOwnLine: 1000
21PointerAlignment: Left
22ReflowComments: false
23SortIncludes: false
24TabWidth: 8
25UseTab: ForIndentation