.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 Mar 2021 16:37:11 +0100
changeset 46780 36b4640ccb6a
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
perf-helper: add a new sampling revset based on anti-chain See inline documentation for details. Differential Revision: https://phab.mercurial-scm.org/D10222

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