c21c99fef3
* Fixed basic analog-value object intrinsic reporting for ack notification. * Fixed basic analog-value object write property of present-value to priority 6.
22 lines
536 B
YAML
22 lines
536 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
BinPackArguments: true
|
|
BinPackParameters: false
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlignEscapedNewlines: Left
|
|
AlignArrayOfStructures: None
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Linux
|
|
BreakBeforeBinaryOperators: None
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
SortIncludes: false
|
|
ColumnLimit: 80
|
|
...
|