.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 21 May 2023 03:21:00 +0200
changeset 50516 43ed1f12b00a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
stream-clone: yield cache entry in `_entries_walk` too The new function now cover the same ground as _v2_walk.

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