4 AccessModifierOffset: 8
5 AlignConsecutiveAssignments: false
6 AlignConsecutiveDeclarations: false
7 AlignConsecutiveMacros: 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
27 CompactNamespaces: true
29 ConstructorInitializerIndentWidth: 8
30 ContinuationIndentWidth: 8
31 DerivePointerAlignment: false
33 IncludeBlocks: Regroup
34 IndentCaseLabels: false
35 IndentPPDirectives: None
37 KeepEmptyLinesAtTheStartOfBlocks: true
39 MaxEmptyLinesToKeep: 1
40 NamespaceIndentation: None
41 PenaltyBreakBeforeFirstCallParameter: 1000
42 PenaltyBreakComment: 10
43 PointerAlignment: Right
46 SpaceAfterCStyleCast: false
50 - Regex: '^\"opt_.*\.h\"'
53 - Regex: '^<sys/cdefs\.h>'
56 - Regex: '^<sys/types\.h>'
59 - Regex: '^<sys/param\.h>'
65 - Regex: '^<vm/vm\.h>'
74 - Regex: '^<(x86|amd64|i386|xen)/'
83 - Regex: '^<protocols/'
86 - Regex: '^<(fs|nfs(|client|server)|ufs)/'
89 - Regex: '^<[^/].*\.h'