.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 30 Jan 2023 16:49:41 -0500
changeset 50031 90f047edab4f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
unionrepo: resync several methods to actually override superclass methods Not sure how/when these skewed, but these were flagged by PyCharm as having different signatures.

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