.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jul 2021 02:44:11 +0200
changeset 47723 0ed2f74f6e3a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
largefile: replace the `normallookup` call when creating a new lfdirstate This is the newer, more semantic API. Differential Revision: https://phab.mercurial-scm.org/D11165

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