Considering the team just formally adopted some standards and enforcement for the Java sources I would like to open the discussion for formally adopting similar standards for the C++ sources.
I propose that we use the Google C++ style as defined by https://google.github.io/styleguide/cppguide.html and that such format shall be enforced with clang-format -style=Google. -Jake