https://github.com/spinicist/QUIT
Raw File
Tip revision: 26ab39ae81d11efdcb3e2c110a82ce96a74d1040 authored by Jeremie Fouquet on 26 March 2024, 19:11:26 UTC
docs: update mtsat docs
Tip revision: 26ab39a
.clang-format
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: Inline
BinPackParameters: false
BinPackArguments: false
BraceWrapping:
    AfterControlStatement: false
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: AfterColon
FixNamespaceComments: true
back to top