.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Sun, 03 Feb 2019 17:15:11 +0530
changeset 41526 1be7a9b994a2
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: add some b'' prefixes in test-notify.t # skip-blame as just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5811

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