-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
61 lines (60 loc) · 1.65 KB
/
.clang-format
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
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: Left
AlignConsecutiveAssignments: AcrossEmptyLinesAndComments
AlignEscapedNewlines: Right
AlignOperands: AlignAfterOperator
AllowShortBlocksOnASingleLine: Empty
AllowShortCompoundRequirementOnASingleLine: True
AllowShortEnumsOnASingleLine: False
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: True
AlwaysBreakBeforeMultilineStrings: False
BasedOnStyle: LLVM
BinPackArguments: True
BinPackParameters: True
BitFieldColonSpacing: After
BreakAdjacentStringLiterals: True
BreakAfterAttributes: Leave
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeInlineASMColon: OnlyMultiline
BreakBeforeTernaryOperators: True
BreakStringLiterals: True
ColumnLimit: 100
Cpp11BracedListStyle: True
DerivePointerAlignment: True
IncludeBlocks: Merge
IndentWidth: 4
InsertNewlineAtEOF: True
LineEnding: LF
ReferenceAlignment: Right
ReflowComments: True
SortIncludes: CaseInsensitive
SpaceAroundPointerQualifiers: After
SpaceBeforeAssignmentOperators: True
SpaceBeforeCaseColon: True
SpaceBeforeSquareBrackets: True
SpaceInEmptyBlock: False
SpacesInContainerLiterals: False
SpacesInLineCommentPrefix:
Minimum: 1
AlignTrailingComments:
Kind: Always
OverEmptyLines: 2
SpaceBeforeParensOptions:
AfterControlStatements: False
AfterFunctionDefinitionName: False
AlignConsecutiveMacros:
Enabled: True
AcrossEmptyLines: True
AcrossComments: True
BraceWrapping:
AfterEnum: True
AfterStruct: False
SplitEmptyFunction: False
AlignConsecutiveShortCaseStatements:
Enabled: True
AcrossEmptyLines: True
AcrossComments: True
AlignCaseColons: False