Each time I allow ReSharper to format my code, it removes the empty string that I put between the namespace and the class declaration.
From this:
namespace Test {
public class Test {
For this:
namespace Test {
public class Test {
It does the same with empty lines in closing brackets of both. All my "empty line" settings are set to 1, except for the fields of one line.
Is there an option that I am missing?
user215361
source
share