.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 28 Jul 2022 16:25:21 +0200
changeset 49438 44d4fd09982f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: introduce a benchmark for delta-find That part is responsible of serious slowdown in some `hg pull/unbundle` case. So lets add a way to benchmark it.

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