There is only one project leader, and the Ring answers to him alone. :lol:
Anyway. When I started working on Code::Blocks, Yiannis asked me "About coding style, could you please do this... and that..." and I replied "Oh darn, I am doing my formatting using the AStyle plugin...". So he said "just set the style to ANSI and you'll be fine".
Since that day, I am using the code formatting plugin in ANSI mode for all sources that I write new. Basically, I run AStyle every time before saving, and I do not spend a thought on formatting at all any more. It works just fine.
Usually I don't reformat existing sources though, even if they are not compliant (unless it happens by accident). This is because reformatting them will give really huge diffs in revision control even though nothing has been changed. Maybe that should be done on all sources nevertheless, but this is not my decision