.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 07 Nov 2024 11:02:35 +0100
branchstable
changeset 52196 e88939f53342
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-install: glob instance of "python" in warning If run with something else (e.g. python3.12) the message says "python3.12" so we just glob that away.

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