[cfe-users] [clang-format] BracketAlignmentStyle: Break before _closing_ bracket

2017-11-17 Thread Bullinger, Julius via cfe-users
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

[cfe-users] [clang-format] BracketAlignmentStyle: Break before _closing_ bracket

2017-11-20 Thread Bullinger, Julius via cfe-users
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,