https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: fc6f21dd27abcb74ceafa7d92a5c62ccd1885306 authored by Benjamin Tovar on 26 February 2024, 20:38:23 UTC
disable centos7 github action for now
Tip revision: fc6f21d
.clang-format
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
ColumnLimit: 120
ContinuationIndentWidth: 16
AlignAfterOpenBracket: DontAlign
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: false
BreakStringLiterals: false
BinPackArguments: false
back to top