clang-format: align trailing comments

This commit is contained in:
Jeremy Baxter 2024-03-12 12:12:57 +13:00
parent c87a8b03aa
commit 3c53685e4a

View file

@ -9,7 +9,7 @@ AlignConsecutiveMacros: true
AlignEscapedNewlines: Right AlignEscapedNewlines: Right
AlignOperands: false AlignOperands: false
AlignTrailingComments: AlignTrailingComments:
Kind: Never Kind: Always
AllowAllArgumentsOnNextLine: false AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false AllowShortBlocksOnASingleLine: false