.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jun 2023 03:05:10 +0200
branchstable
changeset 50655 485c9410b75a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
deltafind: issue debug information when we fast-path rivial case too More debug options never hurts.

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