DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / AlignOperands.cpp
1234567
// Horizontally align operands of binary and ternary expressions. // // clang-format off int aaa = bbbbbbbbbbbbbbb + ccccccccccccccc; // clang-format on