.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 10 Dec 2021 17:20:21 +0100
changeset 48489 b5f8d9e55d42
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
doc: remove a spurious ^L in some doc This was wrongly introduced in D11784. Differential Revision: https://phab.mercurial-scm.org/D11896

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