Home > Enterprise >  Disabling Rider Auto Inline of Unity SerializeField
Disabling Rider Auto Inline of Unity SerializeField

Time:10-04

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?

CodePudding user response:

I don't remember the exact setting for this but you can find the solution for your problem here:

File | Settings | Editor | Code Style | C#

And then look for line breaks and attributes

CodePudding user response:

Rider can learn how to format your code right from your code, just tell him to do that!

I have posted already detailed answer with pictures here: How can I change JetBrains Applications new function formatting

  • Related