Ian Vink
Ian Vink

Reputation: 68750

MonoDevelop: Format of Code preferences

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

Answers (1)

Mikayla Hutchinson
Mikayla Hutchinson

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

Related Questions