.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 17 Jan 2022 22:48:16 +0100
changeset 48603 3a8bc0b48e51
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
requirements: sort _basesupported This will make the next changeset clearer. Differential Revision: https://phab.mercurial-scm.org/D12034

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