diff --git a/.clang-format b/.clang-format index c73aedc7e09..94da8b24d04 100644 --- a/.clang-format +++ b/.clang-format @@ -7,7 +7,9 @@ AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlinesLeft: true AlignOperands: true -AlignTrailingComments: true +AlignTrailingComments: + Kind: Always + OverEmptyLines: 0 AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false