.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 18 Apr 2022 11:15:29 -0400
changeset 49076 9c8d67a3af5e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
idirstate: add missing get_entry() method Differential Revision: https://phab.mercurial-scm.org/D12566

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