Guys, I don't know if it's a minor bug or not, but it seems that AStyle "violates" Code::Blocks's
Coding Style.
To reproduce this:
create a new class name Foo
enter your curly braces; it will automatically indent your cursor by a tab / 4 spaces size (if i am correct; if not correct me please!)
Enter either public:, or private, or protected:, and see them left indenting like the Bad example from Coding Style.
I know that is a minor issue, but I am trying to adapt the Code::Blocks's Coding Style in my programming life
Cheers.