.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 17 Jun 2023 23:47:31 +0200
branchstable
changeset 50403 e9c676ad18f1
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
path: use the next `display` argument to deal with boolean We have a generic mechanism that we can now use for the special case now.

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