https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: b2b2d9e51c8394078c84bac8d2ff758ca87508ba authored by Benjamin Tovar on 06 October 2020, 17:31:01 UTC
Makeflow jx args and log per sub-workflow #2441
Tip revision: b2b2d9e
.clang-format
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
ColumnLimit: 120
ContinuationIndentWidth: 16
AlignAfterOpenBracket: DontAlign
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
BreakStringLiterals: false
BinPackArguments: false
back to top