.clang-format
author Augie Fackler <augie@google.com>
Wed, 03 Oct 2018 14:01:22 -0400
changeset 40499 2e09d1cae90c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
logtoprocess: use new runbgcommand from procutil Differential Revision: https://phab.mercurial-scm.org/D4939

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