It's not necessary I fix this 'issue' since it's a more aesthetic thing. I was just wondering if it's possible to indent code that comes under the "public:" deceleration after indenting the deceleration itself.
So it would look like this:
class Myclass{
public:
void test(){
}
}
At the moment the void part would be directly underneath the public modifier. I have looked through the formatting setting and yet cannot find how to do this.