14 lines
239 B
YAML
14 lines
239 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
# Forse pointer to the type for C++
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
---
|
|
Language: Java
|
|
BasedOnStyle: Google
|
|
---
|
|
Language: CSharp
|
|
BasedOnStyle: Microsoft
|
|
...
|