.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 10 Jul 2023 19:31:26 +0200
changeset 50795 193a6e9a56f3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
wrapfunction: use sysstr instead of bytes as argument in "perf" This is as valid and simpler, it will help us to eventually get ride of `safehasattr`.

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