.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Nov 2022 14:13:59 -0500
changeset 49774 7c0a383849a8
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
debug-revlog: move the --dump code in `revlogutils` module We have a module dedicated to debug code, let us use it.

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