diff --git a/.clang-format b/.clang-format index 1ee475b7a..41dd8991e 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ AccessModifierOffset: -4 AlignAfterOpenBracket: BlockIndent AlignEscapedNewlines: Left AlignOperands: DontAlign +AlignTrailingComments: false AllowShortBlocksOnASingleLine: Always AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: WithoutElse