.clang-format
author Thomas Klausner <wiz@gatalith.at>
Mon, 15 Nov 2021 00:15:21 +0100
branchstable
changeset 48325 d3222525bc8e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: use more portable mkdir -p instead of --parents (issue6591) Differential Revision: https://phab.mercurial-scm.org/D11755

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