.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Sun, 30 Sep 2018 05:52:42 +0530
changeset 39908 d70e620ee8c9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use util.forcebytestr() to convert error messages to bytes This makes the python 3 buildbot green again. Differential Revision: https://phab.mercurial-scm.org/D4811

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