3 AlignEscapedNewlinesLeft: true
4 AlwaysBreakAfterReturnType: TopLevelDefinitions
5 BreakBeforeBinaryOperators: All
8 ContinuationIndentWidth: 2
9 ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE]
11 - Regex: '^<config\.h>$'
15 - Regex: '^"lisp\.h"$'
19 KeepEmptyLinesAtTheStartOfBlocks: false
20 MaxEmptyLinesToKeep: 1
21 PenaltyBreakBeforeFirstCallParameter: 2000
22 SpaceAfterCStyleCast: true
23 SpaceBeforeParens: Always