.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 12 Apr 2023 00:57:01 +0200
changeset 50428 59fda8516774
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: automatically glob the discovery timing information Time is not stable in tests.

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