17 lines
273 B
YAML
17 lines
273 B
YAML
# -*- mode: yaml; -*-
|
|
|
|
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ConstructorInitializerIndentWidth: 2
|
|
ContinuationIndentWidth: 2
|
|
---
|
|
Language: C
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
---
|