Agree on style guide
Also not important, but we could agree on a style guide. Then it is easy to run clang-format -style=whatever
to have a uniform look of the code.
I suggest llvm style. It is default and quite simmilar to what is existing.
For a comparision take a look at these sources:
https://github.com/motine/cppstylelineup