So right now my if else statements are automatically formatted like:
but I want them to be formatted like:
How would I go about fixing this?
They can be configured in Preferences | Editor | Code Style | C# | Line Breaks and Wrapping | Arrangement of Statements | Place "else" on new line true
.