.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 28 Aug 2018 15:37:55 -0700
changeset 39449 e5eb67dea6e8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debugcommands: use our CBOR decoder It implements the set of CBOR needed for the wire protocol. Differential Revision: https://phab.mercurial-scm.org/D4469

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2