.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 25 Sep 2023 11:59:38 +0200
changeset 51015 c690d2cc7f36
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
changelog: make the `_delayopener` a real proxy We use the same approach as the `_divertopener`. This make it possible to use other methods of the vfs and not just the `__call__` API.

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