From 50ec39d028cb2f8860eb76248398f4bc5f07b015 Mon Sep 17 00:00:00 2001 From: Christian von Elm Date: Wed, 15 Nov 2023 16:32:46 +0100 Subject: [PATCH] Remove duplicate entries in .clang-format clang-format 17.0.3 fails if there are duplicate entries in .clang-format, so remove them --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index 4f903c5d..d9b401c4 100644 --- a/.clang-format +++ b/.clang-format @@ -37,8 +37,6 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 -SpaceBeforeAssignmentOperators: true -SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1