.clang-format
author pacien <pacien.trangirard@pacien.net>
Tue, 16 Nov 2021 18:54:05 +0100
changeset 48519 35ebe6f824be
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hg-cpython: use ancestor iterator impls from vcsgraph Differential Revision: https://phab.mercurial-scm.org/D11947

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