c2312be1a2
git-subtree-dir: projects/rdc git-subtree-mainline:a68afa42a1git-subtree-split:5ae7eeb355
10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 100
|
|
|
|
# Force pointers to the type for C++.
|
|
# For some reason Google style doesn't specify this..
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|