https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: e7edbc708d4f43215bbe37ae600bbfc6a8b9344f authored by Ben Tovar on 18 March 2020, 13:37:39 UTC
Bump to 7.1.1
Tip revision: e7edbc7
.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