view .clang-format @ 50549:9dcb00842769

debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 31 May 2023 12:02:56 -0300
parents d0a3fa849cb8
children
line wrap: on
line source

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