.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 22 Sep 2016 19:11:26 +0900
changeset 35307 921680c3e2ea
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
revset: make follow() accept multiple startrevs The diff might look slightly complicated, but the initial "c = repo['.']" was effective if rev = None.

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