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

Nikola Smiljanic popizdeh at gmail.com
Thu May 21 22:25:29 PDT 2015


I don't think so
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-May/042961.html

It seems that video Tim linked is catching on Daniel :) I found the
structural integrity argument interesting.

On Fri, May 22, 2015 at 2:04 AM, David Sankel <david at stellarscience.com>
wrote:

>  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> <david at stellarscience.com>
> Stellar Science Ltd Co - Stellar Scientific Software Solutions
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150522/84a4906f/attachment.html>


More information about the cfe-dev mailing list