.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Dec 2021 14:36:40 +0100
changeset 48408 f77e4daaf612
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
update: reformat the `commands.update.check` help This make the various option clearer. Differential Revision: https://phab.mercurial-scm.org/D11852

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