.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 15 Jun 2018 23:04:44 -0700
changeset 38352 83534c4ec58b
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
changegroup: use progress helper in apply() (API) Differential Revision: https://phab.mercurial-scm.org/D3766

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