2014-06-15 21:05:01 +04:00
|
|
|
BasedOnStyle: google
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerBindsToType: false
|
|
|
|
ColumnLimit: 0
|
|
|
|
SpaceBeforeParens: ControlStatements
|
2016-11-09 00:46:43 +03:00
|
|
|
SortIncludes: false
|
2020-02-19 13:31:09 +03:00
|
|
|
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE, FOREACH_NONINTERNAL]
|