Hi,
combining the *AlignAfterOpenBracket* (``BracketAlignmentStyle=AlwaysBreak``)
option with ``BinPackArguments`` and ``BinPackParameters`` set to ``false``,
it's possible to get the following formatting:
someShortFunction(argument);
someVeryVeryVeryLongFunction(
argument1,
Hi,
combining the ``AlignAfterOpenBracket=AlwaysBreak``) option with
``BinPackArguments`` and ``BinPackParameters`` set to ``false``, it's possible
to get the following formatting:
someShortFunction(argument);
someVeryVeryVeryLongFunction(
argument1,
argument2,
a