.clang-format
author Manuel Jacob <me@manueljacob.de>
Sat, 04 Jul 2020 10:47:04 +0200
changeset 45038 c7d109c400a4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: add tests for buffering behavior of mercurial.utils.procutil.stdout

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