.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 06 Jun 2023 01:48:10 +0200
changeset 50675 3ce370a00225
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: add support for stream-v3 during benchmark This is getting important as the v3 protocol will diverge from the v2 protocol.

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