.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Sep 2021 02:48:56 +0200
changeset 47971 c0157aca5bf5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: remove some usage of `_drop` This is a step toward being able to remove the `_drop` method on `dirstate`. Differential Revision: https://phab.mercurial-scm.org/D11418

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