.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 17 Feb 2020 13:28:40 -0500
changeset 44420 ddcb51390891
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phabricator: pass ui instead of repo to `userphids()` Also not a repository operation. Differential Revision: https://phab.mercurial-scm.org/D8207

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