From 7e2883df507f3ac65aeef720c120000f67dd50f3 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Tue, 15 Dec 2020 19:09:46 -0500 Subject: [PATCH] Remove clang-format 11+ option --- _clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index fd4568931b..c9c47d9f17 100644 --- a/_clang-format +++ b/_clang-format @@ -1,9 +1,10 @@ +# minimum clang-format 10 BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: true -AlignOperands: Align +AlignOperands: true AlignTrailingComments: true AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false