Codebase list golang-github-cilium-ebpf / upstream/0.2.0 .clang-format
upstream/0.2.0

Tree @upstream/0.2.0 (Download .tar.gz)

.clang-format @upstream/0.2.0raw · history · blame

---
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
...