.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 27 Apr 2018 14:51:02 -0700
branchstable
changeset 37825 e82b137a8b4e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: guard against empty Content-Length header Discussion in issue 5860 seems to indicate this can occur. Differential Revision: https://phab.mercurial-scm.org/D3432

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