misc: Fixed an error in the clang-format configuration which misformatted multi-line ternaries

This commit is contained in:
dragonmux
2023-02-11 07:49:09 +00:00
committed by Piotr Esden-Tempski
parent 9ff11f057f
commit 2f774333cc

View File

@@ -26,6 +26,7 @@ BraceWrapping:
BeforeElse: false
IndentBraces: false
BreakBeforeBraces: Linux
BreakBeforeTernaryOperators: false
BasedOnStyle: LLVM
BinPackArguments: true
BinPackParameters: true