summaryrefslogtreecommitdiff
path: root/vendor/github.com/cilium/ebpf/.clang-format
blob: 4eb94b1baa87e6f850e006bb5418006509032363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
Language:        Cpp
BasedOnStyle:    LLVM
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: true
AlignEscapedNewlines: DontAlign
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: false
BreakBeforeBraces: Attach
IndentWidth:     4
KeepEmptyLinesAtTheStartOfBlocks: false
TabWidth:        4
UseTab:          ForContinuationAndIndentation
ColumnLimit:     1000
...