view .clang-format @ 51018:720e5a5f2b95

stream-clone: use `revlog.reading` in `revlog.get_streams` We can get the same result while using more standard method, so we do.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 25 Sep 2023 17:18:40 +0200
parents d0a3fa849cb8
children
line wrap: on
line source

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