.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 30 Nov 2019 02:53:39 -0500
branchstable
changeset 43742 6ff1a0d109c9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: fix a few `str` type conditional for py3 Differential Revision: https://phab.mercurial-scm.org/D7534

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