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

Matt Calder mvcalder at gmail.com
Wed Sep 16 12:04:43 UTC 2015


Thanks Mike, will do.

Matt

On Wed, Sep 16, 2015 at 7:49 AM, Mike Krüger <mkrueger at xamarin.com> wrote:

> 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/f6570c37/attachment.html>


More information about the Monodevelop-list mailing list