mirror of
https://github.com/nanomq/nanomq.git
synced 2025-05-04 03:06:43 +00:00
15 lines
412 B
YAML
15 lines
412 B
YAML
BasedOnStyle: WebKit
|
|
UseTab: ForIndentation
|
|
IndentWidth: 8
|
|
ColumnLimit: 79
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
AlignTrailingComments: true
|
|
AlignEscapedNewlinesLeft: true
|
|
PointerAlignment: Right
|
|
ForEachMacros: ['NNI_LIST_FOREACH']
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
SpaceAfterCStyleCast: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBinaryOperators: None
|