Reputation: 68750
In MonoDevelop (Mac) I wish to have the code formatter-cleaner (Shift_Control_f) leave the line breaks in code.
For example:
var x = ABC.EDF
.Save()
gets re-written as
var x = ABC.EDF.Save()
Is this possible?
Upvotes: 0
Views: 473
Reputation: 16153
I would suggest you file a bug report on MonoDevelop to request that this option be added to code formatting preferences.
Upvotes: 2