.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 15 Jul 2020 13:27:55 -0400
changeset 45135 225588c4c255
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
phabupdate: allow revisions to be marked with "plan changes" Differential Revision: https://phab.mercurial-scm.org/D8751

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