.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 10 Apr 2018 10:27:49 -0700
changeset 37548 8e7a4435ab6d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
httppeer: extract code for performing an HTTP request This is generic and doesn't need to live as a method of httppeer. Differential Revision: https://phab.mercurial-scm.org/D3233

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