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 22:46:43 +01:00
|
|
|
SortIncludes: false
|
2020-02-19 11:31:09 +01:00
|
|
|
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE, FOREACH_NONINTERNAL]
|