11 lines
176 B
YAML
11 lines
176 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
ColumnLimit: 80
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Middle
|
|
IndentCaseLabels: true
|
|
BinPackArguments: true
|
|
SpaceAfterCStyleCast: true
|
|
---
|