2014-06-15 19:05:01 +02:00
|
|
|
BasedOnStyle: google
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerBindsToType: false
|
|
|
|
ColumnLimit: 0
|
|
|
|
SpaceBeforeParens: ControlStatements
|
2016-11-08 13:46:43 -08:00
|
|
|
SortIncludes: false
|
2020-02-19 10:31:09 +00:00
|
|
|
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE, FOREACH_NONINTERNAL]
|
2020-02-28 03:09:02 +00:00
|
|
|
TypenameMacros: [ SLIST_HEAD, SLIST_ENTRY, LIST_HEAD, LIST_ENTRY, SIMPLEQ_HEAD, SIMPLEQ_ENTRY, TAILQ_HEAD, TAILQ_ENTRY, CIRCLEQ_HEAD, CIRCLEQ_ENTRY ]
|