.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 18 May 2021 21:45:59 -0700
changeset 47304 7a769ac49637
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
errors: catch the new Error class in scmutil and chgserver Differential Revision: https://phab.mercurial-scm.org/D10739

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