ea624cbb7c
Change-Id: I3cbb787ef27d90486b212dfb1a8c77c460acc2ac
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
[ROCm/rdc commit: 434e40305d]
10 righe
202 B
YAML
10 righe
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
|