.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Wed, 27 Jan 2021 13:41:28 +0100
changeset 46507 68a15b5a7e58
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rust: Replace DirstatePackError with HgError Differential Revision: https://phab.mercurial-scm.org/D9893

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