.clang-format
author Mads Kiilerich <mads@kiilerich.com>
Thu, 11 Jan 2024 21:58:55 +0100
branchstable
changeset 52108 c6e4fec01775
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
subrepoutil: pass re.sub 'count' argument by name Python 3.13 started warning: DeprecationWarning: 'count' is passed as positional argument

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