.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Apr 2021 17:12:25 +0200
changeset 47185 a2632ce1f15b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
urlutil: add a `copy` method to `path This will be useful when inheriting from multiple path at the same time. Differential Revision: https://phab.mercurial-scm.org/D10445

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