.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 28 Nov 2022 18:58:35 +0100
changeset 49676 4302db0f54c8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
find-delta: move most of the debug-find-delta code in the debug module Lets us that module more. It will help us to keep revlog implementation details close to each other.

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