Skip to content

Commit

Permalink
misc: Fixed an error in the clang-format configuration which misforma…
Browse files Browse the repository at this point in the history
…tted multi-line ternaries
  • Loading branch information
dragonmux authored and esden committed Feb 12, 2023
1 parent 9ff11f0 commit 2f77433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BraceWrapping:
BeforeElse: false
IndentBraces: false
BreakBeforeBraces: Linux
BreakBeforeTernaryOperators: false
BasedOnStyle: LLVM
BinPackArguments: true
BinPackParameters: true
Expand Down

0 comments on commit 2f77433

Please sign in to comment.