diff --git a/.clang-format b/.clang-format index 5d950cc0..8f793754 100644 --- a/.clang-format +++ b/.clang-format @@ -34,7 +34,7 @@ BraceWrapping: IndentBraces: false BreakBeforeBinaryOperators: All BreakBeforeBraces: Attach -BreakBeforeTernaryOperators: false +BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false ColumnLimit: 80 CommentPragmas: '^ IWYU pragma:'