Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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?
In Xamarin Studio's preferences, go to Source Code > Code Formatting > C# source code, and click the Edit button:
Source Code
Code Formatting
C# source code
From there you can customize basically everything. You can select the Braces category to customize brace formatting:
Braces
Add a comment