Codebase list golang-github-cilium-ebpf / e1255e3a-991a-45cf-81bd-94810565f5d3/v0.9.1 .clang-format
e1255e3a-991a-45cf-81bd-94810565f5d3/v0.9.1

Tree @e1255e3a-991a-45cf-81bd-94810565f5d3/v0.9.1 (Download .tar.gz)

.clang-format @e1255e3a-991a-45cf-81bd-94810565f5d3/v0.9.1raw · 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
...