It would be helpful to provide a default configuration for clang-format or another code formatter in order to keep the style more consistent and to ease PR reviews (formatting issues can cause extra noise).
For most developers, their editor can automatically format code on save if a configuration is provided. Styling can be trivially enforced through Github Actions.