Given the code
LongT foo() const noexcept;
T bar(int arg, int arg2, int arg3,
int loooooooooooooooong) noexcept;
with AlignConsecutiveDeclarations: true and ColumnLimit: 40 it gets formatted as
LongT foo() const noexcept;
T bar(int arg, int arg2, int arg3,
int loooooooooooooooong) noexcept;
which does not fit within the ColumnLimit.