clang-format: disable v20-only option (BreakBinaryOperations
)
This commit is contained in:
parent
5f2d56232a
commit
416d8618b2
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
BasedOnStyle: Google
|
||||
|
||||
AccessModifierOffset: -4
|
||||
AlignArrayOfStructures: Right
|
||||
AlignConsecutiveAssignments: true
|
||||
|
@ -7,12 +9,11 @@ AllowShortBlocksOnASingleLine: Empty
|
|||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
BasedOnStyle: Google
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
# BreakBeforeBinaryOperators: NonAssignment # TODO: enable on clang-format v20
|
||||
BreakBeforeBraces: WebKit
|
||||
BreakBinaryOperations: OnePerLine
|
||||
# BreakBinaryOperations: OnePerLine # TODO: enable on clang-format v20
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakInheritanceList: BeforeComma
|
||||
ContinuationIndentWidth: 8
|
||||
|
|
Loading…
Add table
Reference in a new issue