.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 13 Jan 2021 22:37:21 -0800
changeset 46261 c9b2a4d69e66
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
errors: raise InputError when non-existent help section requested Differential Revision: https://phab.mercurial-scm.org/D9776

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