.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 15 Jul 2020 14:14:58 -0400
changeset 45139 383b8c77096d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phabupdate: allow revisions to be commandeered Differential Revision: https://phab.mercurial-scm.org/D8755

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