.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 21 Feb 2024 13:01:25 +0100
changeset 51416 0c04074f5414
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: drop set building in `hasnonpublicphases` We don't actually use the set, so why do we ensure they are built? (we should also clean up the use of repository argument but that's a quest for later).

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