.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Dec 2017 18:25:33 +0900
changeset 35646 a177c6aa055a
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
log: rewrite --follow-first -rREV like --follow for consistency (BC) This helps fixing the "--follow -rREV PATH" issue. .. bc:: ``log --follow-first -rREV``, which is deprecated, now follows the first parent of merge revisions from the specified ``REV`` just like ``log --follow -rREV``.

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