.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 09 Nov 2024 23:36:30 +0100
branchstable
changeset 52226 b25fc1f25edf
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ci: again common element into a `.windows` template This factor some code out and will help with introducing a new job about wheels.

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