ctf: logging: missing comma and space between fields
[babeltrace.git] / .clang-format
CommitLineData
35cbc592
PP
1# for clang-format ≥ 10
2AccessModifierOffset: -4
3AlignAfterOpenBracket: Align
4AlignConsecutiveMacros: true
5AlignConsecutiveAssignments: false
6AlignConsecutiveDeclarations: false
7AlignEscapedNewlines: Right
8AlignOperands: true
9AlignTrailingComments: true
10AllowAllArgumentsOnNextLine: false
11AllowAllConstructorInitializersOnNextLine: false
12AllowAllParametersOfDeclarationOnNextLine: false
13AllowShortBlocksOnASingleLine: false
14AllowShortCaseLabelsOnASingleLine: false
15AllowShortFunctionsOnASingleLine: None
16AllowShortIfStatementsOnASingleLine: Never
17AllowShortLambdasOnASingleLine: None
18AllowShortLoopsOnASingleLine: false
19AlwaysBreakAfterReturnType: None
20AlwaysBreakBeforeMultilineStrings: false
21AlwaysBreakTemplateDeclarations: Yes
22BinPackArguments: true
23BinPackParameters: true
24BreakBeforeBinaryOperators: None
25BreakBeforeBraces: Custom
26BraceWrapping:
27 AfterCaseLabel: true
28 AfterClass: true
29 AfterControlStatement: Never
30 AfterEnum: true
31 AfterFunction: true
32 AfterNamespace: false
33 AfterStruct: true
34 AfterUnion: true
35 AfterExternBlock: false
36 BeforeCatch: false
37 BeforeElse: false
38 BeforeLambdaBody: false
39 BeforeWhile: false
40 SplitEmptyFunction: true
41 SplitEmptyRecord: true
42 SplitEmptyNamespace: true
43BreakBeforeTernaryOperators: false
44BreakConstructorInitializers: AfterColon
45BreakInheritanceList: AfterColon
46BreakStringLiterals: false
47ColumnLimit: 100
48CompactNamespaces: false
49ConstructorInitializerAllOnOneLineOrOnePerLine: false
50ConstructorInitializerIndentWidth: 4
51ContinuationIndentWidth: 4
52Cpp11BracedListStyle: true
53DerivePointerAlignment: false
54DisableFormat: false
55ExperimentalAutoDetectBinPacking: false
56FixNamespaceComments: true
57IncludeBlocks: Preserve
58IndentCaseLabels: false
59IndentPPDirectives: AfterHash
60IndentWidth: 4
61IndentWrappedFunctionNames: false
62KeepEmptyLinesAtTheStartOfBlocks: false
63Language: Cpp
64MaxEmptyLinesToKeep: 1
65NamespaceIndentation: None
66PointerAlignment: Left
67ReflowComments: false
68SortIncludes: false
69SortUsingDeclarations: false
70SpaceAfterCStyleCast: true
71SpaceAfterLogicalNot: false
72SpaceAfterTemplateKeyword: true
73SpaceBeforeAssignmentOperators: true
74SpaceBeforeCpp11BracedList: true
75SpaceBeforeCtorInitializerColon: true
76SpaceBeforeInheritanceColon: true
77SpaceBeforeParens: ControlStatements
78SpaceBeforeRangeBasedForLoopColon: true
79SpaceInEmptyParentheses: false
80SpacesBeforeTrailingComments: 1
81SpacesInAngles: false
82SpacesInCStyleCastParentheses: false
83SpacesInContainerLiterals: false
84SpacesInParentheses: false
85SpacesInSquareBrackets: false
86Standard: Cpp11
87UseTab: Never
This page took 0.026474 seconds and 4 git commands to generate.