Rider code formatting issues
Answered

I hope this is the code style
if(condition){
foo();
} else {
foo();
}
Please sign in to leave a comment.
Hello Hao!
For this, please go to `Preferences | Editor | Code Style | C# => Line Brakes and wrapping | Arrangement of Statements` and set off Place "else" on new line.
I hope this helps! Should you have any questions, let us know.
Has been resolved, thank you very much