.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 12:54:17 +0100
branchstable
changeset 49977 b5ecd0bcbcd7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
fix: add more information to the debug output The previous debug output did not help to understand which file where fixed in which revision. The new output should cover that.

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