• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: WebKit
2AlignAfterOpenBracket: Align
3AlignEscapedNewlines: DontAlign
4AlignOperands: true
5BraceWrapping:
6  AfterFunction: true
7  BeforeElse: true
8BreakBeforeBinaryOperators: None
9BreakBeforeBraces: Custom
10BreakBeforeInheritanceComma: true
11BreakConstructorInitializers: BeforeComma
12DerivePointerAlignment: false
13IndentCaseLabels: true
14MaxEmptyLinesToKeep: 1
15NamespaceIndentation: All
16PointerAlignment: Right
17SortIncludes: false
18SpaceBeforeCtorInitializerColon: true
19SpaceBeforeParens: Never
20TabWidth: 4
21UseTab: ForContinuationAndIndentation
22