It would be a fine feature to choose which style of opening curly brackets should be applied in autogenerated C++ classes. I personally prefer to place them in the next line after class name (like in C#) but since it generates code with brace in same line with class name (like in Java), every time I generate class body, I am made to do it manually.


It would be a fine feature to choose which style of opening curly brackets should be applied in autogenerated C++ classes. I personally prefer to place them in the next line after class name (like in C#) but since it generates code with brace in same line with class name (like in Java), every time I generate class body, I am made to do it manually.

