2016-08-21 16:45:25 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
IndentCaseLabels: 'true'
|
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: '4'
|
|
|
|
UseTab: ForIndentation
|
2017-01-07 23:15:10 +00:00
|
|
|
SortIncludes: false
|
2016-08-21 16:45:25 +00:00
|
|
|
|
|
|
|
...
|