.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 01:07:46 +0200
branchstable
changeset 51562 eac84af0c8cc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
bundle-spec: properly parse boolean configuration as boolean Before this changesets "v2;revbranchcache=no" would actually request the addition for a revbranchcache part as the non-empty string `"0"` is `True`

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