.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 21 Apr 2022 11:32:51 +0200
changeset 49225 58a814d062ca
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test: update `test-sparse-revlog` output This got changed at some point.

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