0

I'm the kind of guy how writes my code like this

if(...) { } 

but every time I do that Xamarin Studio automatically changes my code to this

if(...){ } 

How do I change this?

1 Answer 1

5

In Xamarin Studio's preferences, go to Source Code > Code Formatting > C# source code, and click the Edit button:

C# formatting preferences

From there you can customize basically everything. You can select the Braces category to customize brace formatting:

Brace preferences

Sign up to request clarification or add additional context in comments.

Comments