Special namespace indent option
I suspect this has been asked before, but I couldn't find a reference to it...
Is anyone else interested in this?
I would like an option to not indent the first "level" of declarations (classes, enums) under the namespace, but apply normal indenting everywhere else:
using Bar;
namespace MyNamespace
{
public class MyClassNotIndentedFromNamespace
{
private myIndentedMember;
...
Please sign in to leave a comment.
Hello David,
I've logged a feature request for your reference: http://youtrack.jetbrains.net/issue/RSRP-241175.
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"