| 9 | 1 --- | 
|  | 2 BasedOnStyle: LLVM | 
| 15 | 3 UseTab: ForIndentation | 
| 369 | 4 PointerAlignment: Right | 
| 15 | 5 ColumnLimit: 120 | 
| 9 | 6 IndentWidth: 4 | 
|  | 7 TabWidth: 4 | 
| 369 | 8 PPIndentWidth: 1 | 
| 258 | 9 | 
|  | 10 # hack!!! | 
|  | 11 AccessModifierOffset: -4 | 
| 15 | 12 | 
| 9 | 13 IndentCaseLabels: true | 
| 258 | 14 IndentAccessModifiers: false | 
| 15 | 15 IndentPPDirectives: AfterHash | 
|  | 16 | 
| 369 | 17 BreakBeforeBraces: WebKit | 
| 9 | 18 BreakStringLiterals: true | 
| 15 | 19 | 
| 258 | 20 AlwaysBreakTemplateDeclarations: true | 
|  | 21 | 
|  | 22 SpaceAfterTemplateKeyword: false | 
|  | 23 | 
| 9 | 24 AlignAfterOpenBracket: Align | 
|  | 25 AlignArrayOfStructures: Left | 
| 15 | 26 AlignEscapedNewlines: DontAlign | 
| 36 | 27 AlignConsecutiveMacros: true | 
| 15 | 28 | 
|  | 29 AllowShortIfStatementsOnASingleLine: false | 
| 9 | 30 AllowShortBlocksOnASingleLine: Empty | 
|  | 31 AllowShortEnumsOnASingleLine: false | 
|  | 32 AllowShortFunctionsOnASingleLine: InlineOnly | 
|  | 33 AllowShortCaseLabelsOnASingleLine: true | 
|  | 34 | 
| 77 | 35 Cpp11BracedListStyle: true | 
|  | 36 | 
| 9 | 37 --- | 
|  | 38 Language: Cpp | 
| 258 | 39 Standard: c++17 |