11 lines
173 B
YAML
11 lines
173 B
YAML
---
|
|
DerivePointerAlignment: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
UseTab: ForIndentation
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Attach
|
|
|
|
...
|