[MonoDevelop] Formatting method calls
    Matt Calder 
    mvcalder at gmail.com
       
    Tue Oct 15 13:23:08 UTC 2013
    
    
  
I don't see how in the code formatting preferences to control the
following. When one has a method with a lot of arguments and they are
spread across multiple lines they used to format as:
MethodBeingCalled(arg1,
                                arg2,
                                arg3);
But now MD wants to do:
MethodBeingCalled(
   arg1,
   arg2,
   arg3);
I am agnostic on which is better, but our code was mostly written in the
first style and now I find MD wanting to use the second style. I can't see
which formatting refers to this indentation difference, is there one?
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20131015/e31130e7/attachment.html>
    
    
More information about the Monodevelop-list
mailing list