* Add info about clang-format version * updates for cpp and hpp format * special cases
* Standardize header includes Update sources to match guidelines - `#include ""` when file is relative to the project - `#include <>` when file is external to the project Updated tests to mirror how a customer will include the header - `#include <>`
* Create template project Support retrieving version from code