blob: 4a5324c216f97fa3690a4621f19d1d436c2fb0af (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
BasedOnStyle: WebKit
Standard: Cpp11
UseTab: ForIndentation
IndentWidth: 4
TabWidth: 4
NamespaceIndentation: All
IndentCaseLabels: true
SpaceBeforeParens: Never
BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false
BreakBeforeInheritanceComma: false
AlignTrailingComments: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
DerivePointerAlignment: false
PointerAlignment: Middle
SortIncludes: false
AccessModifierOffset: -4
...
|