.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Mon, 08 Mar 2021 15:35:32 +0100
changeset 46742 91ab5190a3de
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: Add support for environment variables in config include paths Some tests rely on this. Differential Revision: https://phab.mercurial-scm.org/D10140

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