.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 21 Feb 2024 11:09:25 +0100
changeset 51421 2eb93812d2a5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: filter revision that are already in the right phase No need to compute new roots if everything is already in order.

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