In the PHP Zend Framework coding style:
http://framework.zend.com/manual/en/coding-standard.coding-style.html
The style for classes and functions is like the Microsoft style - brace aligned, while the style for control statements such as if and switch is K&R - brace offset.
Can anyone offer a rationale for why the two distinct styles are used within the same standard?