.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 13 Dec 2017 11:19:24 -0800
changeset 35417 2105bdd9462a
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
debugdiscovery: drop reference to invalid --branch option It seems like it didn't even exist when debugdiscovery was introduced in cb98fed52495 (discovery: add new set-based discovery, 2011-05-02). Differential Revision: https://phab.mercurial-scm.org/D1691

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