.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 10 Aug 2018 12:44:15 -0700
changeset 39266 cc957b9dc335
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
changegroup: rename mfs to manifests In the name of readability. Differential Revision: https://phab.mercurial-scm.org/D4271

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