• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: Webkit
2ColumnLimit: 120
3PointerAlignment: Right
4AlignAfterOpenBracket: DontAlign
5AlignTrailingComments: true
6AlignConsecutiveMacros: Consecutive
7IndentCaseLabels: true
8BreakBeforeBinaryOperators: None
9SpaceBeforeParens: ControlStatementsExceptControlMacros
10SpacesInCStyleCastParentheses: false
11AlignEscapedNewlines: Left
12NamespaceIndentation: None
13FixNamespaceComments: true
14ConstructorInitializerAllOnOneLineOrOnePerLine: true
15BreakConstructorInitializers: AfterColon
16AlignArrayOfStructures: Left
17AllowShortFunctionsOnASingleLine: Empty
18AllowShortLambdasOnASingleLine: Empty
19AlwaysBreakTemplateDeclarations: true
20SpaceInEmptyBlock: false
21LambdaBodyIndentation: Signature
22BreakBeforeTernaryOperators: false
23Cpp11BracedListStyle: true
24SpaceAroundPointerQualifiers: Both
25
26ForEachMacros:
27  - 'DLIST_FOR_EACH_ENTRY'
28  - 'DLIST_FOR_EACH_ENTRY_REVERSE'
29  - 'DLIST_FOR_EACH_ENTRY_SAFE'