From 7d8ae22ae7f12e6d1089cc32716b5c30405469a4 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Thu, 5 Oct 2017 19:25:46 +0000 Subject: [PATCH] Update .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'