.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 30 Mar 2022 00:44:55 -0400
changeset 48996 54bf76d005df
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: drop some py2 specific pyflake failures Differential Revision: https://phab.mercurial-scm.org/D12422

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