.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 04:21:32 +0100
changeset 50781 0fbc0c978053
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
wrapfunction: use sysstr instead of bytes as argument in "histedit" 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