https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: f4b9442a3d1cce1085930f2586f9b39ee31d426b authored by Benjamin Tovar on 16 March 2021, 12:18:56 UTC
Bump to 7.2.2RC1
Tip revision: f4b9442
.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