12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
|
BreakBeforeBraces: Allman
|
|
IndentCaseLabels: 'true'
|
|
PointerAlignment: Left
|
|
TabWidth: '4'
|
|
UseTab: ForIndentation
|
|
|
|
...
|