.clang-format
author Thomas Klausner <wiz@gatalith.at>
Mon, 15 Nov 2021 12:03:28 +0100
branchstable
changeset 48324 141e38ef8d8f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: dd status=noxfer is not portable (issue6523) Differential Revision: https://phab.mercurial-scm.org/D11754

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