.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 23 Jul 2020 22:06:31 -0700
changeset 45221 be1ab47d90f1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: fix mistaken copy&paste from commit 4489e9a22763 Differential Revision: https://phab.mercurial-scm.org/D8802

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