ansible.cfg file...where to find a new copy after in-place upgrade to 2.0?

Where can I find a copy of the default ansible.cfg file for Ansible 2.0?

My old one from 1.8 is missing a lot of the new settings, so I want to find a new one and tweak the two settings that I need to customize.

Thanks!
Joanna

In the repo its always been in examples/ansible.cfg

Great, thanks!