[MonoDevelop] What is the correct formatting setting for this?

Mike Krüger mkrueger at xamarin.com
Wed Sep 16 11:49:48 UTC 2015


Hi

It's a wrapping option align to the first argument. However that wouldn't
work in the next version of teh formatting engine - the vs one doesn't seem
to support it yet. In general I wouldn't recommend using custom formatting
settings right now. But generall style sets like mono/vs.net/k&r are
supported and are working.

Easier would be using:

doThisThing(
    x,
    y,
    z);


That works now & with the next version of the formatting engine.

Regards
Mike

On Wed, Sep 16, 2015 at 1:29 PM, Matt Calder <mvcalder at gmail.com> wrote:

> I seem to have messed up my code formatting settings. I like arguments of
> a method invocation that are separated by newlines to line up to the
> opening paren of the call:
>
> doThisThing(x,
>             y,
>             z);
>
>
> But recently MD has been insisting on:
>
> doThisThing(x,
>    y,
>    z);
>
> I looked at the code formatting options for indentation but couldn't find
> one that seemed relevant.
>
> Matt
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20150916/ca47710a/attachment.html>


More information about the Monodevelop-list mailing list