.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 00:47:48 +0200
changeset 50928 dddd8e253c95
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
path-suboption: use str for "delta_reuse_policy" suboptions That second argument refer to an attribute and do not needs to be bytes.

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