.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 04 Jan 2018 10:51:41 +0900
changeset 35543 a7f7eff4ec08
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
log: merge getlogrevs() and getgraphlogrevs() cmdutil.graphlog() is updated to receive (revs, filematcher) as arguments to make sure that opts['graph'] is set when getlogrevs() is invoked.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false