[MonoDevelop] Handling attributes with C# autoformatter

Patrick McEvoy patrick at qmtech.net
Fri Oct 9 12:33:04 EDT 2009


Hi there folks

It doesn't handle attributes used like this too well...

public void AssumeIdentifyOfUser ([ARFetch ("userid")] User user)

gets turned into...

public void AssumeIdentifyOfUser (<indention>[ARFetch ("userid")]
User user)

-- 
Kind regards,

Patrick McEvoy


More information about the Monodevelop-list mailing list