blob: 14e570af951db2304264b970e658ecf63a8a8423 [file] [log] [blame] [edit]
BasedOnStyle: Google
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Right
AlignOperands: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
ForEachMacros:
- TAILQ_FOREACH_HF
IndentCaseLabels: false
IndentWidth: 4
SpacesBeforeTrailingComments: 4