view .clang-format @ 51913:576876a518e1

revlogutils: for issue6528 fix, pre-cache nullrev as metadata-free
author Joerg Sonnenberger <joerg@bec.de>
date Sat, 20 Jul 2024 00:44:59 +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