.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 18 Jul 2024 12:37:13 +0200
changeset 51691 3cb2b5b6626f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hghave: update detection of black version to a newer minimum The CI has moved to version 23.3.0, which is the last one to support 3.7 at runtime.

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