.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 21 Feb 2024 02:12:58 +0100
branchstable
changeset 51392 e0fc40b95f05
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debugformat: fix formatting for compression level `bytes(<int>)` gives a very different result as `str(<int>)` and the display of `hg debugformat` have been broken for a while as a result.

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