.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Oct 2019 12:31:15 -0700
changeset 43660 92bb5bacd807
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
packaging: install contrib/mq.el on WiX This makes things consistent with the Inno installer. Differential Revision: https://phab.mercurial-scm.org/D7167

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