2019-12-27 21:22:45 +00:00
|
|
|
UseTab: Always
|
|
|
|
|
TabWidth: 8
|
|
|
|
|
IndentWidth: 8
|
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
|
ColumnLimit: 80
|
2020-09-28 21:35:18 +01:00
|
|
|
AlignAfterOpenBracket: Align
|
2019-12-27 21:22:45 +00:00
|
|
|
AlignOperands: true
|
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2020-09-28 20:41:41 +01:00
|
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
2019-12-27 21:22:45 +00:00
|
|
|
BinPackArguments: true
|
|
|
|
|
BinPackParameters: true
|
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
|
|
|
|
|
|
# Break after operators
|
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
|
BreakStringLiterals: false
|
|
|
|
|
IndentCaseLabels: false
|
|
|
|
|
IndentWrappedFunctionNames: false
|
|
|
|
|
PointerAlignment: Right
|
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
|
SpacesInParentheses: false
|
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
|
ForEachMacros:
|
|
|
|
|
- 'wl_list_for_each'
|
|
|
|
|
- 'wl_list_for_each_reverse'
|
2020-05-25 13:42:40 +01:00
|
|
|
- 'wl_list_for_each_safe'
|
2019-12-27 21:22:45 +00:00
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
2020-09-28 20:41:41 +01:00
|
|
|
SortIncludes: true
|