main .clang-format
 1AlignAfterOpenBracket: DontAlign
 2AlignEscapedNewlines: DontAlign
 3AlignOperands: DontAlign
 4AllowShortBlocksOnASingleLine: Always
 5AllowShortCaseLabelsOnASingleLine: true
 6AllowShortEnumsOnASingleLine: true
 7AllowShortIfStatementsOnASingleLine: true
 8AllowShortLoopsOnASingleLine: true
 9AlwaysBreakAfterDefinitionReturnType: TopLevel
10BreakBeforeTernaryOperators: false
11BinPackArguments: false
12BinPackParameters: false
13BreakBeforeBraces: WebKit
14IndentCaseLabels: false
15TabWidth: 4
16IndentWidth: 4
17ContinuationIndentWidth: 4
18UseTab: ForContinuationAndIndentation
19ColumnLimit: 0
20ReflowComments: false
21SortIncludes: false
22SpaceBeforeParens: false