.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 27 Dec 2019 18:52:15 -0500
changeset 43997 e52a9c85a7a8
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: drop unused local variable assignments in linelog Flagged by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7760

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