For mixing styles like that?
int myFunc(int foo){ if (foo > 42) { frobnicate(); } }
I was getting it confused with gnu style, which indents braces for control flow but not functions
I was getting it confused with gnu style, which indents braces for control flow but not functions