2019-08-09 06:24:52 -04:00
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AlignAfterOpenBracket: Align
|
2019-08-09 06:43:14 -04:00
|
|
|
AlignEscapedNewlines: Left
|
2019-08-09 06:24:52 -04:00
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
BreakBeforeBinaryOperators: None
|
2019-08-09 06:59:18 -04:00
|
|
|
BreakBeforeBraces: Linux
|
2019-08-09 06:24:52 -04:00
|
|
|
ContinuationIndentWidth: 0
|
2019-08-09 06:57:49 -04:00
|
|
|
PointerAlignment: Right
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2019-08-09 06:24:52 -04:00
|
|
|
SortIncludes: false
|
|
|
|
SpacesBeforeTrailingComments: 2
|
2019-08-09 06:57:49 -04:00
|
|
|
ColumnLimit: 78
|