.clang-format
author Kyle Lippincott <spectral@google.com>
Wed, 13 Apr 2022 13:15:33 -0700
branchstable
changeset 48838 80579e597439
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: add test demonstrating issue with ambiguous has prefixes during rebase Differential Revision: https://phab.mercurial-scm.org/D12551

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