]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .clang-format
build: reformat action for fuzzing
[thirdparty/lldpd.git] / .clang-format
CommitLineData
3ad6dfbb
VB
1---
2BasedOnStyle: WebKit
3AlignAfterOpenBracket: DontAlign
4AlignConsecutiveAssignments: false
5AlignConsecutiveDeclarations: false
6AlignEscapedNewlines: Left
7AlignOperands: false
8AlignTrailingComments: true
9AllowAllArgumentsOnNextLine: false
10AllowAllParametersOfDeclarationOnNextLine: false
11AllowShortBlocksOnASingleLine: Never
12AllowShortCaseLabelsOnASingleLine: false
13AllowShortFunctionsOnASingleLine: InlineOnly
14AllowShortIfStatementsOnASingleLine: WithoutElse
15AllowShortLoopsOnASingleLine: false
16AlwaysBreakAfterReturnType: TopLevelDefinitions
17AlwaysBreakBeforeMultilineStrings: false
18AlwaysBreakTemplateDeclarations: MultiLine
19BinPackArguments: true
20BinPackParameters: true
21BreakBeforeBinaryOperators: None
22BreakBeforeBraces: WebKit
23BreakBeforeTernaryOperators: false
24BreakStringLiterals: false
25PenaltyBreakBeforeFirstCallParameter: 100
26CompactNamespaces: true
27DerivePointerAlignment: false
28DisableFormat: false
29ForEachMacros:
30 - TAILQ_FOREACH
31IndentCaseLabels: false
32IndentPPDirectives: AfterHash
33PPIndentWidth: 2
34Language: Cpp
35NamespaceIndentation: None
36PointerAlignment: Right
37ContinuationIndentWidth: 4
38IndentWidth: 8
39TabWidth: 8
40ColumnLimit: 88
41UseTab: Always
42SpaceAfterCStyleCast: false
43SortIncludes: false
44KeepEmptyLinesAtTheStartOfBlocks: true
45TypenameMacros:
46 - TAILQ_ENTRY
47 - TAILQ_HEAD