From a24d83c5da9a69b26c6fd80ce095222ccc0c313a Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Tue, 14 Feb 2023 16:39:52 +0400 Subject: [PATCH] clang-format: Ajust config - we do align operands of binary expressions --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8007c102..a89f051f 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ AlignAfterOpenBracket: DontAlign AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlines: Left -AlignOperands: false +AlignOperands: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false