From b8554134b10a55142b049eb17859cd5f31f4ca32 Mon Sep 17 00:00:00 2001 From: Tobias Kremer Date: Thu, 16 Jan 2025 19:36:39 +0100 Subject: [PATCH] Minor: Removed duplicate keys from clang-tidy file --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index 053c7ef93..d79db2a84 100644 --- a/.clang-format +++ b/.clang-format @@ -103,6 +103,4 @@ SpacesInSquareBrackets: false Standard: Auto TabWidth: 4 UseTab: Never -BreakBeforeBinaryOperators: All -ColumnLimit: 0 ...