• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle                         : LLVM
2
3AccessModifierOffset                 : -2
4AlignAfterOpenBracket                : true
5AlignConsecutiveAssignments          : true
6AlignConsecutiveDeclarations         : true
7AlignConsecutiveMacros               : true
8AlignEscapedNewlines                 : true
9AlignOperands                        : true
10AlignTrailingComments                : true
11BinPackParameters                    : false
12BraceWrapping:
13  AfterCaseLabel          : true
14  AfterClass              : true
15  AfterEnum               : true
16  AfterFunction           : true
17  AfterNamespace          : false
18  AfterStruct             : true
19  AfterExternBlock        : true
20  BeforeCatch             : true
21  BeforeElse              : true
22BreakBeforeBraces                    : Custom
23ColumnLimit                          : 80
24FixNamespaceComments                 : true
25IndentCaseLabels                     : false
26IndentWidth                          : 4
27NamespaceIndentation                 : Inner
28PointerAlignment                     : Left
29ReflowComments                       : false
30SortIncludes                         : false
31SpacesInConditionalStatement         : true
32SpacesInParentheses                  : true
33TabWidth                             : 4
34UseTab                               : Never
35