view .clang-format @ 49058:d8a38186a092

test: accept another error message on lack of TLS client certificate Differential Revision: https://phab.mercurial-scm.org/D12492
author Julien Cristau <jcristau@debian.org>
date Sat, 09 Apr 2022 14:43:30 +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