.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 24 Feb 2023 01:15:45 +0100
branchstable
changeset 50220 35ea3c139104
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: cover each dirstate version when testing for status race Previously we were only testing it with the default (dirstate-v1 currently). Now we explicitly test each variant.

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