From caffd013f683c5fe6aef9227d9d97e9e38cbf133 Mon Sep 17 00:00:00 2001 From: Ahmed Khan <51062682+ahmd-k@users.noreply.github.com> Date: Sun, 2 Nov 2025 22:44:27 -0500 Subject: [PATCH] Remove duplicate MaxEmptyLinesToKeep from clang-format (#2016) --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 0016310d4c..f1a008390e 100644 --- a/.clang-format +++ b/.clang-format @@ -95,7 +95,6 @@ IndentPPDirectives: BeforeHash IndentWrappedFunctionNames: true KeepEmptyLinesAtTheStartOfBlocks: true LambdaBodyIndentation: Signature -MaxEmptyLinesToKeep: 1 MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1