-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format-todo
76 lines (65 loc) · 1.55 KB
/
.clang-format-todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Language: Cpp
TabWidth: 4
UseTab: Never
ColumnLimit: 100
DisableFormat: false
Standard: c++11
PointerAlignment: Left
SpaceAroundPointerQualifiers: Before
UseCRLF: false
AlignAfterOpenBracket: BlockIndent
AlignOperands: AlignAfterOperator
AlignConsecutiveDeclarations:
Enabled: true
AcrossComments: false
AcrossEmptyLines: false
AlignCompound: true
PadOperators: true
AlignConsecutiveAssignments:
Enabled: true
AcrossComments: false
AcrossEmptyLines: false
AlignCompound: true
PadOperators: true
AlignEscapedNewlines: Left
AlignTrailingComments: true
AlignArrayOfStructures: Right
AlignConsecutiveBitFields:
Enabled: true
AcrossComments: false
AcrossEmptyLines: false
AlignCompound: true
PadOperators: true
AlignConsecutiveMacros:
Enabled: true
AcrossComments: false
AcrossEmptyLines: false
AlignCompound: true
PadOperators: true
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: Never
AfterEnum: false
AfterExternBlock: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
BeforeWhile: false
BeforeLambdaBody: false
IndentBraces: false
SplitEmptyFunction: false
SplitEmptyNamespace: false
SplitEmptyRecord: false
IndentCaseLabels: true
SpaceBeforeCaseColon: false
QualifierAlignment: Left
ReferenceAlignment: Left