5 AlignAfterOpenBracket: DontAlign
6 AlignConsecutiveAssignments: false
7 AlignConsecutiveDeclarations: false
8 AlignEscapedNewlines: Left
10 AlignTrailingComments: false
11 AllowAllParametersOfDeclarationOnNextLine: false
12 AllowShortBlocksOnASingleLine: false
13 AllowShortCaseLabelsOnASingleLine: false
14 AllowShortFunctionsOnASingleLine: InlineOnly
15 AllowShortIfStatementsOnASingleLine: false
16 AllowShortLoopsOnASingleLine: false
17 AlwaysBreakAfterReturnType: TopLevelDefinitions
18 AlwaysBreakBeforeMultilineStrings: false
19 AlwaysBreakTemplateDeclarations: MultiLine
20 BinPackArguments: true
21 BinPackParameters: true
22 BreakBeforeBinaryOperators: None
23 BreakBeforeBraces: WebKit
24 BreakBeforeTernaryOperators: false
25 BreakStringLiterals: false
26 PenaltyBreakBeforeFirstCallParameter: 1000
27 CompactNamespaces: true
28 DerivePointerAlignment: false
39 - TAILQ_FOREACH_REVERSE
40 - TAILQ_FOREACH_REVERSE_SAFE
45 - RB_FOREACH_REVERSE_FROM
46 - RB_FOREACH_REVERSE_SAFE
47 - FOREACH_THREAD_IN_PROC
48 - FOREACH_PROC_IN_SYSTEM
49 - FOREACH_PRISON_CHILD
50 - FOREACH_PRISON_DESCENDANT
51 - FOREACH_PRISON_DESCENDANT_LOCKED
52 - FOREACH_PRISON_DESCENDANT_LOCKED_LEVEL
53 - MNT_VNODE_FOREACH_ALL
54 - MNT_VNODE_FOREACH_ACTIVE
55 IndentCaseLabels: false
56 IndentPPDirectives: None
58 NamespaceIndentation: None
59 PointerAlignment: Right
60 ContinuationIndentWidth: 4
65 SpaceAfterCStyleCast: false
67 KeepEmptyLinesAtTheStartOfBlocks: true