#Rider puts blank line between the first attribute after [Header] and the second one. WHY???
1 messages · Page 1 of 1 (latest)
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.
Try Blank Lines > Around field 0
Thank you both! I'll go ahead and see if your suggestions work