mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
misc: Fixed an error in the clang-format configuration which misformatted multi-line ternaries
This commit is contained in:

committed by
Piotr Esden-Tempski

parent
9ff11f057f
commit
2f774333cc
@@ -26,6 +26,7 @@ BraceWrapping:
|
||||
BeforeElse: false
|
||||
IndentBraces: false
|
||||
BreakBeforeBraces: Linux
|
||||
BreakBeforeTernaryOperators: false
|
||||
BasedOnStyle: LLVM
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
|
Reference in New Issue
Block a user