Codebase list golang-github-cilium-ebpf / HEAD .clang-format
HEAD

Tree @HEAD (Download .tar.gz)

.clang-format @HEADraw · 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
...