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
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
BreakBeforeBinaryOperators: None
|
2019-08-09 06:59:18 -04:00
|
|
|
BreakBeforeBraces: Linux
|
2019-08-09 06:24:52 -04:00
|
|
|
ContinuationIndentWidth: 0
|
|
|
|
DerivePointerAlignment: true
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
SortIncludes: false
|
|
|
|
SpacesBeforeTrailingComments: 2
|