.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 23 Sep 2021 09:42:20 -0700
changeset 48032 12966768595a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
errors: use InputError for bad path arguments to `hg annotate` Differential Revision: https://phab.mercurial-scm.org/D11498

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