.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Jan 2022 21:29:43 +0100
changeset 48627 089cb4d6af5a
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
test-http-bad-server: move the extension in `testlib` This seems like a better location for it. Differential Revision: https://phab.mercurial-scm.org/D12036

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