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 {
}

}
6
4 comments
Avatar
Permanently deleted user

I'd prefer this as well! Currently, I have to manually fix indenting whenever I create a new namespaced file.

0
Avatar
Permanently deleted user

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.

0

Hi there,

Thank you for contacting us.

Please, feel free to vote for this feature to raise a priority.

 

1

please add this

or make it possible to fit google code style by just one-click

0

Please sign in to leave a comment.