clang-format: align trailing comments
This commit is contained in:
parent
c87a8b03aa
commit
3c53685e4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue