.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 14:46:37 +0100
changeset 50265 240a04cedd24
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
branch: pass current transaction when writing branch for transaction backup This will requires more change soon (as we can simplify this backup). This will be done in later changesets.

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