.clang-format
author Augie Fackler <augie@google.com>
Wed, 05 Jan 2022 13:36:05 -0500
changeset 48539 b9d5ad7146a3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
git: add opener attribute to gitstore Differential Revision: https://phab.mercurial-scm.org/D11958

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