.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 27 Aug 2021 17:12:39 +0200
changeset 47933 774e235d13c3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate-item: implement `removed` in a simpler way We can simply use the underlying attribute. Differential Revision: https://phab.mercurial-scm.org/D11370

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