.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 15 Mar 2018 22:35:07 -0700
branchstable
changeset 36981 177f3b90335f
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
rebase: on abort, don't strip commits that didn't need rebased (issue5822) I clearly missed adding this condition in 78496ac30025 (rebase: allow rebase even if some revisions need no rebase (BC) (issue5422), 2017-05-11). Perhaps I should have opted for the "revdone" solution I mentioned there... Differential Revision: https://phab.mercurial-scm.org/D2879

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