---
Language: Cpp
BasedOnStyle: Google
# Always use `T* p`.
DerivePointerAlignment: false
PointerAlignment: Left
...
