.clang-format
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 14:44:19 +0200
branchstable
changeset 49234 9dad328434c7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: work around non-thread-safeness of sysconfig.get_config_var()

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