blob: 510c4270f7b5c94f0756aecd9ea0180a288f3f66 [file] [log] [blame]
Comran Morshedf4520e22016-01-18 16:36:28 +00001---
2BasedOnStyle: Google
3---
4Language: Cpp
5# Force pointers to the type for C++.
6DerivePointerAlignment: false
7PointerAlignment: Right
8Standard: Cpp11