.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 31 May 2023 12:02:56 -0300
changeset 50549 9dcb00842769
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`

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