.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 10 Mar 2021 13:54:13 +0100
changeset 46753 99c0b03894ee
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
makefile: add a install option This gives and easy way to install rhg that we can use in `run-test.py` in the next changesets. Differential Revision: https://phab.mercurial-scm.org/D10194

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