2019-02-19 10:50:46 +00:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignEscapedNewlines: Right
|
|
|
|
AlignOperands: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
2019-03-27 22:13:43 +00:00
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2019-02-19 10:50:46 +00:00
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakStringLiterals: true
|
|
|
|
ColumnLimit: 80
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
IndentWidth: 4
|
|
|
|
IndentWrappedFunctionNames: false
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Right
|
|
|
|
ReflowComments: false
|
|
|
|
SortIncludes: true
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
UseTab: Never
|
2019-12-31 04:44:23 +00:00
|
|
|
ForEachMacros:
|
|
|
|
- wl_list_for_each
|
|
|
|
- wl_list_for_each_safe
|
|
|
|
- wl_list_for_each_reverse
|
|
|
|
- wl_list_for_each_reverse_safe
|
|
|
|
- wl_array_for_each
|
2019-02-19 10:50:46 +00:00
|
|
|
...
|