view .clang-format @ 49398:98645c1bfeaa stable

packaging: bump dulwich to 0.20.45 I'm told the new dulwich avoids hg-git test failures.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 19 Jul 2022 18:40:20 -0400
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