.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Tue, 04 Sep 2018 17:15:17 +0300
changeset 39444 2dd9519b8c8a
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: make sure we pass str in os.sysconf in hgext/convert/common.py # skip-blame because just r'' prefix Differential Revision: https://phab.mercurial-scm.org/D4453

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