| 
9
 | 
     1 ---
 | 
| 
 | 
     2 BasedOnStyle: LLVM
 | 
| 
15
 | 
     3 UseTab: ForIndentation
 | 
| 
 | 
     4 PointerAlignment: Left
 | 
| 
 | 
     5 ColumnLimit: 120
 | 
| 
9
 | 
     6 IndentWidth: 4
 | 
| 
 | 
     7 TabWidth: 4
 | 
| 
15
 | 
     8 AccessModifierOffset: 4
 | 
| 
 | 
     9 
 | 
| 
9
 | 
    10 IndentCaseLabels: true
 | 
| 
15
 | 
    11 IndentAccessModifiers: true
 | 
| 
 | 
    12 IndentPPDirectives: AfterHash
 | 
| 
 | 
    13 
 | 
| 
77
 | 
    14 BreakArrays: true
 | 
| 
9
 | 
    15 BreakBeforeBraces: Attach
 | 
| 
 | 
    16 BreakStringLiterals: true
 | 
| 
15
 | 
    17 
 | 
| 
9
 | 
    18 AlignAfterOpenBracket: Align
 | 
| 
 | 
    19 AlignArrayOfStructures: Left
 | 
| 
15
 | 
    20 AlignEscapedNewlines: DontAlign
 | 
| 
36
 | 
    21 AlignConsecutiveMacros: true
 | 
| 
15
 | 
    22 
 | 
| 
 | 
    23 AllowShortIfStatementsOnASingleLine: false
 | 
| 
9
 | 
    24 AllowShortBlocksOnASingleLine: Empty
 | 
| 
 | 
    25 AllowShortEnumsOnASingleLine: false
 | 
| 
 | 
    26 AllowShortFunctionsOnASingleLine: InlineOnly
 | 
| 
 | 
    27 AllowShortCaseLabelsOnASingleLine: true
 | 
| 
 | 
    28 
 | 
| 
77
 | 
    29 Cpp11BracedListStyle: true
 | 
| 
 | 
    30 
 | 
| 
9
 | 
    31 ---
 | 
| 
 | 
    32 Language: Cpp
 | 
| 
 | 
    33 Standard: Cpp11
 |