https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: bb411529f15ab2ad7d989aeeda52c52dc913fa4e authored by Benjamin Tovar on 25 February 2019, 22:29:26 UTC
Bump to 7.0.10
Tip revision: bb41152
.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