.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Mon, 09 Jan 2023 18:09:36 +0400
branchstable
changeset 49870 9c7fb04843b5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: optional PEP 657 error location in test-extension.t (issue6781)

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