.clang-format
author Ian Moody <moz-ian@perix.co.uk>
Fri, 08 Mar 2019 18:30:12 +0000
changeset 41970 51ba9fbcca52
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use pycompat.byteskwargs on opts in phabricator.py Differential Revision: https://phab.mercurial-scm.org/D6107

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