.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Feb 2023 20:48:51 +0100
changeset 50067 059910ac7b76
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rollback: display some graphlog before/after a test piece This make the situation clearer.

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