https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: ef0c6288702dbd0aa0d92d8816f6f211268611fc authored by Benjamin Tovar on 27 September 2021, 15:19:02 UTC
Bump to 7.3.3
Tip revision: ef0c628
.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