.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 06:21:08 +0100
changeset 49726 4303fa8f4232
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
path: pass `path` to `peer` in `hg debugdiscovery` We directly use the `path` object to build the `peer` object.

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