I noticed the example .clang-format in the docs/cpp style guide has both values for PointerAlignment. Which is correct? I believe it's Left so that it pairs with the type, per the other lines in the style guide. Patrick