12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
|
BasedOnStyle: google
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
IndentWidth: 4
|
||
|
PointerBindsToType: false
|
||
|
ColumnLimit: 0
|
||
|
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE ]
|
||
|
SpaceBeforeParens: ControlStatements
|