.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 10 Jun 2022 19:54:08 +0200
changeset 49356 fa8d974284f8
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
test: fix test-sparse-revlog output after debugdeltachain change We need to get this test covered by the CI, in the meantime, here is a quick fix.

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