1AlwaysBreakAfterDefinitionReturnType: All
2BreakBeforeBraces: Stroustrup
3ColumnLimit: 180
4PointerAlignment: Right
5SpaceAfterCStyleCast: true
6SpaceBeforeAssignmentOperators: true
7SpaceBeforeParens: ControlStatements
8SpaceInEmptyParentheses: false
9SpacesInCStyleCastParentheses: false
10SpacesInContainerLiterals: false
11SpacesInParentheses: false
12SpacesInSquareBrackets: false
13IndentCaseLabels: true
14TabWidth: 4
15IndentWidth: 4
16UseTab: ForContinuationAndIndentation
17AlwaysBreakBeforeMultilineStrings: true
18BinPackArguments: false
19ForEachMacros: ['wl_list_for_each_safe', 'wl_list_for_each']
20AlignAfterOpenBracket: AlwaysBreak
21AllowShortIfStatementsOnASingleLine: WithoutElse
22