git-subtree-dir: external/nng git-subtree-split: c5e9d8acfc226418dedcf2e34a617bffae043ff6
16 lines
450 B
YAML
16 lines
450 B
YAML
BasedOnStyle: WebKit
|
|
UseTab: ForIndentation
|
|
IndentWidth: 8
|
|
ColumnLimit: 79
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
AlignTrailingComments: true
|
|
AlignEscapedNewlines: Left
|
|
PointerAlignment: Right
|
|
DerivePointerAlignment: false
|
|
ForEachMacros: ['NNI_LIST_FOREACH']
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
SpaceAfterCStyleCast: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBinaryOperators: None
|
|
TabWidth: 8
|