view .clang-format @ 48550:21c0ae0693bc

tests: support pygments 2.11 (issue6628) Differential Revision: https://phab.mercurial-scm.org/D11970
author Cédric Krier <ced@b2ck.com>
date Sun, 09 Jan 2022 13:35:30 +0100
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