.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 04 Sep 2019 10:42:26 -0700
changeset 42852 58f73e9ccfff
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
httppeer: use context manager when writing temporary bundle to send Differential Revision: https://phab.mercurial-scm.org/D6783

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