.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 19 Feb 2021 10:04:53 -0500
branchstable
changeset 46373 6c8faeea6652
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
helptext: fix a recent typo Differential Revision: https://phab.mercurial-scm.org/D10033

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