.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Mar 2024 18:51:33 +0000
changeset 51556 f1512dbfee9f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf-stream-consume: use the source repository config when applying This might contains critical configuration for the benchmark, like enabling of extensions like narrow.

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