]> git.proxmox.com Git - mirror_corosync.git/blame - .clang-format
totemconfig: Ensure all knet hosts has a nodeid
[mirror_corosync.git] / .clang-format
CommitLineData
06058e34
MJ
1AccessModifierOffset: 0
2#AlignAfterOpenBracket: Align
3AlignConsecutiveAssignments: false
4#AlignConsecutiveDeclarations: true
5AlignEscapedNewlinesLeft: true
6AlignOperands: false
7AlignTrailingComments: true
8AllowAllParametersOfDeclarationOnNextLine: false
9AllowShortBlocksOnASingleLine: false
10AllowShortCaseLabelsOnASingleLine: false
11AllowShortFunctionsOnASingleLine: None
12AllowShortIfStatementsOnASingleLine: true
13AllowShortLoopsOnASingleLine: false
14#AlwaysBreakAfterReturnType: None
15AlwaysBreakBeforeMultilineStrings: false
16AlwaysBreakTemplateDeclarations: false
17BinPackArguments: true
18BinPackParameters: true
19#BraceWrapping:
20BreakBeforeBinaryOperators: NonAssignment
21BreakBeforeBraces: Linux
22BreakBeforeTernaryOperators: false
23#BreakStringLiterals: true
24ColumnLimit: 120
25CommentPragmas: ''
26ConstructorInitializerAllOnOneLineOrOnePerLine: false
27ConstructorInitializerIndentWidth: 0
28ContinuationIndentWidth: 0
29Cpp11BracedListStyle: false
30DerivePointerBinding: false
31IndentCaseLabels: false
32IndentFunctionDeclarationAfterType: false
33IndentWidth: 4
34Language: Cpp
35MaxEmptyLinesToKeep: 2
36NamespaceIndentation: None
37PenaltyBreakBeforeFirstCallParameter: 100
38PenaltyBreakComment: 100
39PenaltyBreakFirstLessLess: 0
40PenaltyBreakString: 100
41PenaltyExcessCharacter: 1
42PenaltyReturnTypeOnItsOwnLine: 20
43PointerBindsToType: false
44SpaceBeforeAssignmentOperators: true
45SpaceBeforeParens: Never
46SpaceInEmptyParentheses: false
47SpacesBeforeTrailingComments: 1
48SpacesInAngles: false
49SpacesInCStyleCastParentheses: false
50SpacesInContainerLiterals: false
51SpacesInParentheses: false
52Standard: Cpp11
53TabWidth: 4
54UseTab: Always