.clang-format
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
Tue, 25 Sep 2018 15:27:41 -0400
branchstable
changeset 39800 572cd30eaffb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revset: add test demonstrating a bug with commonancestor() Specifically, 9 is clearly not in "::8 and ::9". Differential Revision: https://phab.mercurial-scm.org/D4737

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