.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 21 Apr 2019 09:34:16 -0700
changeset 42225 90d48c1c6224
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
commands: use byteskwargs() in verify() Otherwise Python 3 complains about the missing key. Differential Revision: https://phab.mercurial-scm.org/D6294

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