-
Notifications
You must be signed in to change notification settings - Fork 16
/
.clang-format
36 lines (36 loc) · 1015 Bytes
/
.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
---
BasedOnStyle: LLVM
AccessModifierOffset: -1
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: AlignAfterOperator
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortCaseLabelsOnASingleLine: true
AlwaysBreakTemplateDeclarations: "Yes"
AttributeMacros:
- TUPLET_NO_UNIQUE_ADDRESS
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakConstructorInitializers: BeforeComma
BreakInheritanceList: BeforeComma
ConstructorInitializerIndentWidth: 2
IndentCaseLabels: true
IndentWidth: 4
MaxEmptyLinesToKeep: 5
NamespaceIndentation: All
PenaltyBreakAssignment: 500
PenaltyReturnTypeOnItsOwnLine: 10000000
PointerAlignment: Left
SpaceBeforeCpp11BracedList: true
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
- _detail_TUPLET_IMPL_COMPARISON_OPERATOR_1
TabWidth: 4
TypenameMacros:
- TUPLET_CONCEPT
- _TUPLET_TYPES_EQ_WITH
- _TUPLET_TYPES_CMP_WITH