12 lines
173 B
YAML
12 lines
173 B
YAML
# -*- mode: yaml; -*-
|
|
|
|
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ConstructorInitializerIndentWidth: 2
|
|
ContinuationIndentWidth: 2
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
---
|