.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 05:10:05 +0100
changeset 49724 f3b685d9e899
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
path: pass `path` to `peer` in `hg summary` 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