summaryrefslogtreecommitdiffstats
path: root/src
ModeNameSize
-rw-r--r--CMakeLists.txt5210logstatsplain
d---------cmake433logstatsplain
d---------examples118logstatsplain
d---------pkg75logstatsplain
d---------plugins1157logstatsplain
d---------scripts197logstatsplain
d---------svm892logstatsplain
d---------tests / vnet31logstatsplain
d---------tools134logstatsplain
d---------vat454logstatsplain
d---------vcl898logstatsplain
d---------vlib1896logstatsplain
d---------vlibapi370logstatsplain
d---------vlibmemory705logstatsplain
d---------vnet2811logstatsplain
d---------vpp-api169logstatsplain
d---------vpp226logstatsplain
d---------vppinfra8093logstatsplain
l { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
---
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: true
BinPackParameters: true
BreakBeforeBraces: GNU
ColumnLimit:     79
IndentCaseLabels: false
MaxEmptyLinesToKeep: 1
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 60
PenaltyBreakString: 1000
PenaltyBreakFirstLessLess: 120
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerBindsToType: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Always
SpacesBeforeTrailingComments: 1
SpacesInParentheses: false
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpaceAfterControlStatementKeyword: true
Cpp11BracedListStyle: true
Standard:        Cpp11
SortIncludes: false
IndentWidth:     2
TabWidth:        4
UseTab:          Never
IndentFunctionDeclarationAfterType: false
ContinuationIndentWidth: 4
...