.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 18 Oct 2019 21:36:19 -0700
changeset 43632 99b881195abf
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
largefiles: use context manager for wlock in repo.status() override Differential Revision: https://phab.mercurial-scm.org/D7141

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