forked from gapry/arabica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format
32 lines (32 loc) · 964 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
BasedOnStyle: LLVM
Language: Cpp
ColumnLimit: 120
TabWidth: 2
UseTab: Never
AllowShortCaseLabelsOnASingleLine: true
AlignOperands: Align
AlignTrailingComments: true
IndentCaseLabels: true
MaxEmptyLinesToKeep: 1
AllowShortFunctionsOnASingleLine: false
PointerAlignment: Left
NamespaceIndentation: None
AlwaysBreakTemplateDeclarations: Yes
BreakConstructorInitializers: BeforeComma
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
SpaceAfterTemplateKeyword: false
SortIncludes: false
AlignConsecutiveAssignments: true
AllowShortEnumsOnASingleLine: false
AlignConsecutiveMacros: AcrossEmptyLines
AlignEscapedNewlines: Left
AlignAfterOpenBracket: Align
BinPackArguments: false
BinPackParameters: false
ExperimentalAutoDetectBinPacking: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: false
AllowShortLambdasOnASingleLine: Empty
AlignConsecutiveDeclarations: true