https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: 6a5e78d184f4980495edbf66625a9225a2cceaa4 authored by Benjamin Tovar on 28 July 2021, 18:04:02 UTC
Bump to 7.3.0RC3
Tip revision: 6a5e78d
.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