[MonoDevelop] What is the correct formatting setting for this?
Matt Calder
mvcalder at gmail.com
Wed Sep 16 11:29:31 UTC 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20150916/947301e8/attachment.html>
More information about the Monodevelop-list
mailing list