.clang-format
author Denis Laxalde <denis@laxalde.org>
Fri, 09 Feb 2018 22:49:20 +0100
changeset 36034 b7e2cf114e85
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
rebase: do not consider extincts for divergence detection (issue5782) Extinct obsolete changesets cannot cause divergence upon rebase. We compute these obsoletes without a non-obsolete successor (extincts) in _computeobsoletenotrebased() and then filter them out from the set of obsolete revisions to rebase before getting into _checkobsrebase() to check for divergence candidates.

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