Tweak clang-format config for PyObject_HEAD macros
Summary: Unfortunately those macros are designed in a way where they don't require a ';' after use, which confuses clang-format unless we manually add them to the `StatementMacros` list in the clang-format config.
Based on Facebook D21689198
authored by