I could not find any preference where in Carbide.c ++ source style is set. I do not want the default style, for example:
I do want braces not to be indented as other indented text, here is:Code:enum TNotifierCommandIds { ENotifierCmdAppTest = 1 };
Is it possible to get that behaviour?Code:enum TNotifierCommandIds { ENotifierCmdAppTest = 1 };



