Don't indent namepsaces
Answered
Is there any way not to stop auto indent for namespaces?
namespace Test {
public class TestClass {
}
}
should look like
namespace Test {
public class TestClass {
}
}
Please sign in to leave a comment.
I'd prefer this as well! Currently, I have to manually fix indenting whenever I create a new namespaced file.
I'm in full support of this feature. There's no point in indenting namespace blocks, and I prefer giving myself that added margin of space for my code.
Hi there,
Thank you for contacting us.
Please, feel free to vote for this feature to raise a priority.
please add this
or make it possible to fit google code style by just one-click