.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 06 Sep 2018 16:21:42 -0400
changeset 39509 3a86f7eb8b78
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
extensions: trace the total time of running all extsetup callbacks Differential Revision: https://phab.mercurial-scm.org/D4511

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