.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Apr 2021 17:15:43 +0200
changeset 47197 26b3953ba1b0
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
urlutil: extract `chain_path` in a function This will no longer modify `path` inplace so it does not make much sense as a method. Differential Revision: https://phab.mercurial-scm.org/D10446

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