diff --git a/.clang-format b/.clang-format index 57c1b1d78..9a4adcd78 100644 --- a/.clang-format +++ b/.clang-format @@ -10,7 +10,8 @@ AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlinesLeft: true AlignOperands: true -AlignTrailingComments: true +AlignTrailingComments: + Kind: Always AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false