https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: b5b38c03cbe29563c1e02fb01740ec35f98e7bba authored by Benjamin Tovar on 11 April 2023, 15:34:45 UTC
bump to 7.5.1rc2
Tip revision: b5b38c0
.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