Automatically add a blank line before single-line comments?
Is it possible to configure R# in such a way that the code cleanup automatically adds a blank line before single-line comments as show in the example?
// Call foo()
Foo()
// Call foo() again
Foo()
Please sign in to leave a comment.