.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 25 Oct 2024 23:09:10 -0400
changeset 52129 ff13068e9b1c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: enable pytype checking on `mercurial/wireprotoframing.py`

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