我将如何改变 Rider IDE 格式化我的 C# 代码的方式?

How would I go about changing the way the Rider IDE formats my C# code?

所以现在我的 if else 语句自动格式化为:

但我希望它们的格式如下:

我该如何解决这个问题?

它们可以在 Preferences | Editor | Code Style | C# | Line Breaks and Wrapping | Arrangement of Statements | Place "else" on new line true 中配置。