.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Fri, 21 Sep 2018 03:16:38 +0530
changeset 39756 e0a7cfa9323f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: use print as a function in tests/test-revert.t This makes the test work on Python 3. Differential Revision: https://phab.mercurial-scm.org/D4687

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