.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 04:22:15 +0100
changeset 50820 f642063c8147
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
wrapfunction: use sysstr instead of bytes as argument in "journal" 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