.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Feb 2024 06:25:09 +0100
changeset 51435 ad1066534237
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
chainsaw-update: exit early if one of the intermediate command fails That will prevent the user to be presented with a start that pretend to be consistent with the request, but is not.

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