.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Apr 2021 11:46:31 +0200
changeset 47030 c2b5365aa827
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
urlutil: introduce a new `list_paths` function This function will be useful for command and template that wants to display path related information. Differential Revision: https://phab.mercurial-scm.org/D10440

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