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
AlignOperands: false
AlignTrailingComments:
Kind: Never
Kind: Always
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false