.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Apr 2023 00:07:52 +0200
branchstable
changeset 50423 2bb2a1ff4d8f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog-split: also check a case where bundle contains multiple changegroup This case is not affected, we remains in the same transaction. However it seems important to improve the test coverage around these "features". It also helped to assert the scop of the critical bug.

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