.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 07 Nov 2018 19:59:38 +0100
changeset 40626 aca09df32819
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
transaction: display data about why the transaction failed to rollback We saw more of these a while back. Having more data available would be nice.

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