...

Text file src/github.com/cilium/ebpf/.clang-format

Documentation: github.com/cilium/ebpf

     1---
     2Language:        Cpp
     3BasedOnStyle:    LLVM
     4AlignAfterOpenBracket: DontAlign
     5AlignConsecutiveAssignments: true
     6AlignEscapedNewlines: DontAlign
     7AlwaysBreakBeforeMultilineStrings: true
     8AlwaysBreakTemplateDeclarations: false
     9AllowAllParametersOfDeclarationOnNextLine: false
    10AllowShortFunctionsOnASingleLine: false
    11BreakBeforeBraces: Attach
    12IndentWidth:     4
    13KeepEmptyLinesAtTheStartOfBlocks: false
    14TabWidth:        4
    15UseTab:          ForContinuationAndIndentation
    16ColumnLimit:     1000
    17...

View as plain text