
full diff: https://github.com/opencontainers/runc/compare/v1.0.0-rc92...v1.0.0-rc93 also removes dependency on libcontainer/configs Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
491 B
YAML
18 lines
491 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
|
|
...
|