From 863328a3de83b7903a1fcf2901f95596bcdc467a Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Sun, 26 Mar 2023 19:15:46 +0200 Subject: [PATCH] Update .clang-format --- .clang-format | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 5946d8f..ec22b36 100644 --- a/.clang-format +++ b/.clang-format @@ -51,9 +51,8 @@ BraceWrapping: IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true -BreakBeforeBinaryOperators: true -BreakBeforeInheritanceComma: false -BreakBeforeTernaryOperators: false +BreakBeforeBinaryOperators: NonAssignment +BreakBeforeTernaryOperators: true BreakStringLiterals: true ColumnLimit: 80 CommentPragmas: '^ IWYU pragma:'