mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
aec0dc7dcd
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
863 B
YAML
26 lines
863 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: true
|
|
AlignEscapedNewlines: DontAlign
|
|
# mkdocs annotations in source code are written as trailing comments
|
|
# and alignment pushes these really far away from the content.
|
|
AlignTrailingComments: false
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakTemplateDeclarations: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
BreakBeforeBraces: Attach
|
|
IndentWidth: 4
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
TabWidth: 4
|
|
UseTab: ForContinuationAndIndentation
|
|
ColumnLimit: 1000
|
|
# Go compiler comments need to stay unindented.
|
|
CommentPragmas: '^go:.*'
|
|
# linux/bpf.h needs to be included before bpf/bpf_helpers.h for types like __u64
|
|
# and sorting makes this impossible.
|
|
SortIncludes: false
|
|
...
|