.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Nov 2024 17:36:38 +0100
branchstable
changeset 52267 4550c024329d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
wheels: also build the i686 wheel in the CI People of weird hardware use i686 so testing the building it useful.

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