Hi there,
I just noticed that when I write the following C++ code:
namespace hello {
struct Foo;
}
Foo gets indented in the Defs (proctree.e) tool window. Yeah! Great!
However, when doing this via:
namespace hello::nest {
struct Foo;
}
I get Foo not indented.
Is this a config error on my end?