git-subtree-dir: external/nng git-subtree-split: 29b73962b939a6fbbf6ea8d5d7680bb06d0eeb99
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
|