.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 28 Nov 2022 15:59:52 +0100
branchstable
changeset 49786 0bda07f34c01
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
emitrevision: also check the parents in the availability closure One of the point of having a closure is to gather the logic in it. So we gather the logic. The `parents[:]` part is a bit ugly but will be replaced by better code soon anyway.

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