.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jun 2023 01:11:47 +0200
branchstable
changeset 50648 5d210ff4b657
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
delta-find: move the `gather_debug` logic in a property This will make it simpler to get be reused in multiple places.

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