![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/containerd/cgroups/releases) - [Commits](https://github.com/containerd/cgroups/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: github.com/containerd/cgroups/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
564 B
YAML
20 lines
564 B
YAML
---
|
|
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
|
|
# Go compiler comments need to stay unindented.
|
|
CommentPragmas: '^go:.*'
|
|
...
|