.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 12 Dec 2021 22:24:16 -0500
changeset 48475 74b41e8b3d9c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
copies: drop an unused variable Differential Revision: https://phab.mercurial-scm.org/D11914

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