.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 15:33:04 +0100
changeset 50267 f92afdf3cff9
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
transaction: remove the `branch` backup for transaction We can now back it up at the end of the transaction as we do for the rest of the dirstate.

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