.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 31 Jan 2023 13:16:39 +0100
branchstable
changeset 50210 6515d9a6592d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: make it possible to nest conditionals This is not that hard to implement and makes our life easier on a regular basis.

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