.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 28 Apr 2022 16:24:55 +0200
branchstable
changeset 49154 51262af89efe
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-dirstate: use new `--docket` flag to get the data uuid This is more robust. Differential Revision: https://phab.mercurial-scm.org/D12592

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