[cfe-dev] clang-format AlignAfterOpenBracket and break after open bracket

David Sankel david at stellarscience.com
Thu May 21 09:04:52 PDT 2015


Hello all,

With 'AlignAfterOpenBracket' set to 'true', I get this:

    someLongFunction(argument1,
       argument2);

However, I'd really like this,

    someLongFunction(
       argument1,
       argument2);

. Unfortunately I can't find a configuration setting that does this. Is 
it possible?

TIA,

David Sankel

-- 
David Sankel <david at stellarscience.com>
Stellar Science Ltd Co - Stellar Scientific Software Solutions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150521/f94ea8fa/attachment.html>


More information about the cfe-dev mailing list