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