-
Notifications
You must be signed in to change notification settings - Fork 4
/
.clang-format
37 lines (31 loc) · 1014 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
37
BasedOnStyle: Google
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 100
IndentWidth: 2
BreakConstructorInitializers: BeforeComma
IncludeBlocks: Preserve
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignOperands: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine : false
AllowShortBlocksOnASingleLine : true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine : All
AllowShortIfStatementsOnASingleLine: true
AllowShortLambdasOnASingleLine : All
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakBeforeMultilineStrings : false
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBinaryOperators: None
Cpp11BracedListStyle: true
IndentWrappedFunctionNames : false
KeepEmptyLinesAtTheStartOfBlocks : false
PointerAlignment: Left
ReflowComments : true
ExperimentalAutoDetectBinPacking: false
BreakBeforeBraces: Attach
# AlignAfterOpenBracket: AlwaysBreak