From d4ea8468d02bc41aa58b60192a1a396b6b7accb4 Mon Sep 17 00:00:00 2001 From: Maciek Malik Date: Fri, 22 Nov 2024 05:44:37 +0100 Subject: [PATCH] Remove duplicate entry from the .clang-format (AllowAllParametersOfDeclarationOnNextLine) --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index b4abfa06d..c76e9fc25 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,6 @@ SortIncludes: false SpaceAfterCStyleCast: true AllowShortCaseLabelsOnASingleLine: false AllowAllArgumentsOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None BinPackArguments: false