.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 19 Sep 2024 18:49:04 -0400
changeset 51876 51235f6aa067
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: enable pytype checking on `mercurial/unionrepo.py`

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