Home | History | Annotate | Line # | Download | only in dist
      1 BasedOnStyle: LLVM
      2 AlwaysBreakAfterReturnType: TopLevelDefinitions
      3 BraceWrapping:
      4   IndentBraces: true
      5 ConstructorInitializerIndentWidth: 4
      6 ContinuationIndentWidth: 4
      7 IndentAccessModifiers: true
      8 IndentCaseBlocks: true
      9 IndentCaseLabels: true
     10 IndentWidth: 4
     11 BreakBeforeBraces: Allman
     12 AttributeMacros: ['__attribute__']
     13 AlignConsecutiveMacros: true
     14 AlignAfterOpenBracket: Align
     15 AlignConsecutiveAssignments: true
     16 AlignConsecutiveDeclarations: true
     17 AllowAllArgumentsOnNextLine: false
     18 AllowAllParametersOfDeclarationOnNextLine: false
     19 BinPackArguments: true
     20 BinPackParameters: false
     21 PenaltyBreakAssignment: 1000
     22 ReflowComments: false
     23 SpaceBeforeParens: Always
     24 SpaceInEmptyBlock: true
     25 SpacesInContainerLiterals: true
     26 TabWidth: 8
     27 UseTab: ForContinuationAndIndentation