.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 23 Nov 2022 20:56:22 -0500
changeset 49653 556efeea6dbf
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ci: run the script to add vendored type stubs to typeshed Since CI runs from docker images, it doesn't matter that this mucks with the typeshed bundled with pytype.

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