Hello Everyone, I'm submitting a few PRs to the MiNiFi CPP project and would like to discuss a style guide for the C++ development. I'm partial to Google's Style guide:
https://google.github.io/styleguide/cppguide.html Are there any objections to this? As I make PRs I'd like to make some changes in favor of this style guide and wanted some support for or against this. I don't intend on making wholesale changes for the sake of the style guide, but instead will make these changes iteratively with my PRs. In the future if there is support for it we can create a pre-commit hook to 'beautify the code' with a tool like clang-format or astyle. Thoughts for/against this style guide? Thanks, Marc
