Search code examples
c#unity-game-enginerider

Disabling Rider Auto Inline of Unity SerializeField


In the recent i find really disturbing that Rider put automatically inline my fields on a class when i use properties on them.

Here is the Example in a GIF

How can i disable this behaviour?


Solution

  • Open settings and go to Editor > Code Style > C# > Line Breaks and Wrapping

    and then find Arrangement of Attributes

    enter image description here