https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: 58775966f8997d95dc69d270e00cd8b8d86e537a authored by Benjamin Tovar on 18 December 2020, 13:09:45 UTC
Bump to 7.1.12
Tip revision: 5877596
.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