1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-03 09:17:53 +03:00

clang-format: Ajust config

- we do align operands of binary expressions
This commit is contained in:
Ivan A. Melnikov 2023-02-14 16:39:52 +04:00
parent 9178e0af4b
commit a24d83c5da

View File

@ -12,7 +12,7 @@ AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left AlignEscapedNewlines: Left
AlignOperands: false AlignOperands: true
AlignTrailingComments: false AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false AllowShortBlocksOnASingleLine: false