.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 03 Jun 2020 12:04:38 -0700
changeset 44934 b2e5ec0c596b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
context: fix creation of ProgrammingError to not use non-existent field Differential Revision: https://phab.mercurial-scm.org/D8606

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