summaryrefslogtreecommitdiff
path: root/.clang-format
blob: b2ed423b89dd84c7702c6c670e258220b2a126b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BasedOnStyle: Google
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: false
AlignOperands: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
ForEachMacros:
  - TAILQ_FOREACH_HF
IndentWidth: 4
SpacesBeforeTrailingComments: 4