.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 06 Mar 2021 23:43:44 -0500
changeset 46646 5d483e3bb60e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
typing: add some type annotations to mercurial/pathutil.py Differential Revision: https://phab.mercurial-scm.org/D10128

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