9.2 C# formatting unusable: double spacing my files when formatting
When performing a cleanup, resharper double spaces EVERYTHING.
e.g.
using system
using system.xxx
using system.yyy
becomes
using system
using system.xxx
using system.yyy
Same goes for ALL other source code lines. Also when coding, it adds double space to code blocks.
I don't see any settings that could cause this so I assume it's a bug? This makes Re# unusable so I have to disable it.
Help!
Please sign in to leave a comment.
I'm currently using 9.2 and this doesn't happen to me. Try this in your settings file:
Code Editing | C# | Formatting Style | Blank Lines:
"Between different using groups"
Set to 0