.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 12 Oct 2018 19:49:02 +0200
changeset 40211 d216ae4cc3f6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: r'' prefix default values for mimetypes.guess_mime() As suggested by @yuja in D4967. Differential Revision: https://phab.mercurial-scm.org/D5020

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