.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 30 May 2022 23:24:14 +0200
changeset 49265 61cf3d39fd9e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
debugindex: move the logic into its own module Adding more information will significantly increase the amount of code. So we move the code into its own module before making it more complex.

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