I find it annoying how in visual studio, when use ":" for switch statement for declaring something private or public, the editor tabs the line back. How can stop this from happening? Basically, I want:
class M { private: }instead of the VS automatically making it:
class M { private: }