#Rider puts blank line between the first attribute after [Header] and the second one. WHY???

1 messages · Page 1 of 1 (latest)

finite ridge
#

I've been trying to find out to disable this, but no matter what I enable does doesn't work. Does anyone know how to disable this random blank line?

patent vigil
# finite ridge I've been trying to find out to disable this, but no matter what I enable does d...

unity questions only, but these lines are not "random", any structured block of code will get a blank line after, the [Header] line has no semicolon, so the line is not independent of the next one, to avoid confusion rider adds blank lines after such blocks. you can see if the "blank line after block" config changes anything (not sure what its called exactly), you can also configure the attributes to be on a single line to get rid of the blank one.

shadow gale
#

Try Blank Lines > Around field 0

finite ridge
#

Thank you both! I'll go ahead and see if your suggestions work