view .clang-format @ 52235:8cacf7952f14 stable

wheel: test the built wheel in the windows tests Same logic as Linux and Mac, we better test that what we build and ship works.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Nov 2024 00:52:13 +0100
parents d0a3fa849cb8
children
line wrap: on
line source

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