.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 19 Feb 2023 00:04:53 -0500
changeset 50101 b900f40c343e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
typing: disable `signature-mismatch` warnings on a few bytestr functions Recent versions of pytype complain about this, but it seems like expected behavior.

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