.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Oct 2021 20:14:17 +0200
changeset 48265 3861e3f6ad54
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate-v2: read the fallback value in Rust This was overlooked in a previous commit. Differential Revision: https://phab.mercurial-scm.org/D11695

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