https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: d145945cc517cb6792fe8ad84394710f8ce21aab authored by Benjamin Tovar on 11 March 2020, 18:18:57 UTC
Bump to 7.1.0RC2
Tip revision: d145945
.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