.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 24 Feb 2021 09:27:33 -0800
changeset 46610 d7d64b8c8229
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: correct a commit description in test-copies-chain-merge.t Differential Revision: https://phab.mercurial-scm.org/D10065

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