.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 03 Apr 2024 16:00:37 +0200
branchstable
changeset 51559 ee132657647d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
setup: display return code information about failed `hg` call This help to understand what is going wrong when things goes wrong.

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