2022-07-15 22:02:46 +00:00
|
|
|
---
|
2018-06-25 20:22:37 +00:00
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2016-08-21 16:45:25 +00:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
2018-06-25 20:22:37 +00:00
|
|
|
BasedOnStyle: WebKit
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: false
|
2016-08-21 16:45:25 +00:00
|
|
|
BreakBeforeBraces: Allman
|
2018-06-25 20:22:37 +00:00
|
|
|
ColumnLimit: 100
|
2016-08-21 16:45:25 +00:00
|
|
|
IndentCaseLabels: 'true'
|
|
|
|
PointerAlignment: Left
|
2018-06-25 20:22:37 +00:00
|
|
|
SortIncludes: false
|
2016-08-21 16:45:25 +00:00
|
|
|
TabWidth: '4'
|
|
|
|
UseTab: ForIndentation
|
|
|
|
|
|
|
|
...
|