https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: 6674c7b1006587b953760c60656de29b9d1f60a8 authored by Benjamin Tovar on 29 July 2021, 14:31:29 UTC
Bump to 7.3.0
Tip revision: 6674c7b
.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