.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Thu, 10 Feb 2022 12:59:32 +0100
changeset 48733 39c447e03dbc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: Add support for colored output The same "label" system is used as in Python code Differential Revision: https://phab.mercurial-scm.org/D12167

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