.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 19 Oct 2022 11:24:20 -0400
changeset 49533 8d6c8a9a91f8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: drop an unused variable assignment It's assigned again 2 lines later.

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