.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 16:34:00 +0100
changeset 49741 2aaa5d1e57e9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
path: pass `path` to `peer` in `hg init` 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